Penguin
Diff: EximMailFilter
EditPageHistoryDiffInfoLikePages

Differences between version 9 and predecessor to the previous major change of EximMailFilter.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 9 Last edited on Sunday, April 17, 2005 5:13:47 am by RafalJankowski Revert
Older page: version 7 Last edited on Sunday, February 6, 2005 1:05:14 am by PeteSimmons Revert
@@ -149,8 +149,13 @@
  spam = nobody:true 
  
  warn message = X-Redirect-To: quarantine@itpartners.co.nz 
  spam = nobody 
+ #You can add:  
+ # control = fakereject/This message scored $spam_score spam points.  
+ #to reject mail in a SMTP session  
+ #Note that adding header X-Redirect-To: by original sender will allow sending mail  
+ #through your server without authentication, any ideas to improve above configuration?  
 </pre> 
  
 "nobody:true" matches everyone (the nobody is the user to call SpamAssassin as; as we're always using the same one the result is cached per message).