View Single Post
  #1 (permalink)  
Old 08-07-2008, 10:46 AM
Nox Nox is offline
Active Member
 
Posts: 42
Default 2 quick spam assassin questions

I've been working with: Improving Anti-spam system - Zimbra :: Wiki to modify the spam assassin to try and get rid of some of the spam we are receiving.

I am adding lines in the file: salocal.cf.in


The wiki link above is specifically designated for v4.x of Zimbra. In Zimbra v5.0.7, can you add the rules like this:

Code:
body LOCAL_4CAPS    /[A-Z][A-Z][A-Z][A-Z]/
without adding the additional perl / razor / pyzor?

Also, can you use multiple wildcards?:

Code:
blacklist_from *@*.net.*
I am teaching myself, so if the answers I am asking are already in the wiki, please feel free to tell me to keep reading.
Reply With Quote