Feature Requests item #1231974, was opened at 2005-07-04 01:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
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. 
 

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1231974&group_id=103
_______________________________________________
Mailman-coders mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to