[ mailman-Feature Requests-1231974 ] Don't do spam processing for owner emails

SourceForge.net noreply at sourceforge.net
Wed Jul 6 01:29:10 CEST 2005


Feature Requests item #1231974, was opened at 2005-07-04 01:58
Message generated for change (Comment added) made by tkikuchi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1231974&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Daniel O'Connor (danielo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Don't do spam processing for owner emails

Initial Comment:
I have had to add the following to mm_cfg.py -  
# Don't spam detect on owner messages or we'll get a 
loop 
OWNER_PIPELINE = [ 
#   'SpamDetect', 
    'Replybot', 
    'OwnerRecips', 
    'ToOutgoing', 
] 
 
The problem is that when I get spam to the list it gets 
passed (partially) to me as the owner and gets 
marked as spam, re-sent to me, etc.. 
 
I don't think it makes sense to look for spam to owner 
email by default - if the owner wants spam protection 
they can install a spam filter. It is much more difficult 
to alter a site wide filter to not process -owner emails. 
 

----------------------------------------------------------------------

>Comment By: Tokio Kikuchi (tkikuchi)
Date: 2005-07-05 23:29

Message:
Logged In: YES 
user_id=67709

Hi, 
 I've fixed SpamDetect.py not to process -owner messages if
it is internally crafted (having X-List-Administrivia
header).  I believe most of the list owners need this in the
pipeline because you get a lot of spam on -owner address
these days.

Please get the latest version of SpamDetect.py from CVS
(Release_2_1-maint branch).



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1231974&group_id=103


More information about the Mailman-coders mailing list