patchSpamAssassin Milter Plugin - Patches: patch #3920, Adds an option to skip mails from...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3920: Adds an option to skip mails from authenticated peers

Submitter:  None
Submitted:  Tue 19 Apr 2005 02:07:07 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Open

Fri 27 May 2005 09:34:22 AM UTC, comment #2: 

I've implemented this pacth, it looks working fine.
But now after restarting sendmail I see in maillog
"Could not retrieve sendmail macro "b"!.  Please add it to confMILTER_MACROS_ENVRCPT for better spamassassin results"

How to add it ?

Mark <mpedziw>
Mon 23 May 2005 09:02:56 AM UTC, comment #1: 

Hello.
Question is, if someone tested this patch?
Only change to do is to add define(`confMILTER_MACROS_ENVFROM', `i, {auth_authen}') in sendmail.mc ?
It's helpfull option why not added to general release ?

Mark <mpedziw>
Tue 19 Apr 2005 02:07:07 PM UTC, original submission:  

This patch adds a -s option which will lead spamass-milter to ignore all mails from authenticated peers (password authentication).

The followinglines are required in the sendmail configuration in order to get this working:

O Milter.macros.envfrom=i
O Milter.macros.envfrom=i, {auth_authen}
define(`confMILTER_MACROS_ENVFROM', `i, {auth_authen}')

This is the same configuration as milter-greylist requires.

/jr

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8700:  skip_authed_peers.diff added by None (3KiB - application/octet-stream - unified diff)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-04-19 None Attached File- Added skip_authed_peers.diff, #4473
    Carbon-Copy- Added jr --AT-- terragate --PUNKT-- net

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code