Penguin
Diff: EximMailFilter
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of EximMailFilter.

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

Newer page: version 24 Last edited on Monday, November 20, 2006 9:27:10 am by CraigBox
Older page: version 23 Last edited on Tuesday, July 11, 2006 9:02:33 am by CraigBox Revert
@@ -168,15 +168,17 @@
  
  accept 
  condition = ${if <{$message_size}{100k}{1}{0}} 
  spam = nobody 
- set acl_m1 = "postmaster@itpartners .co.nz" 
+ set acl_m1 = "postmaster@yoursite .co.nz" 
  #delay = 60s 
  control = fakereject 
  logwrite = :main,reject: This message scored $spam_score spam points. Please contact postmaster 
 </verbatim> 
  
 "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). Make sure you always check the message size before calling "spam" else you will end up passing huge messages to SA. 
+  
+Change the acl_m1 to refer to your postmaster. Strangely, [not everyone|http://www.mynetcomng.com/] picks up on this.  
  
 In order to get a small sensible spam report instead of the huge default SpamAssassin one, put this in your /etc/spamassassin/local.cf: 
  
 <pre>