I know this isn't the procmail list, but had a quick question.

 

My server is running SA 3.1.7 and has the following systemwide procmailrc:

 

SHELL=/bin/sh

#LOGFILE=$HOME/.procmail-log

#VERBOSE=on

DROPPRIVS=yes

 

:0fw

* < 256000

| /home/spam-filter/bin/spamc -U /home/spam-filter/tmp/spamd.sock

 

If I want to lower the load on SA by not having emails to/from THIS list
(and select other lists) processed through SpamAssassin, could I simply
change it to this?

 

SHELL=/bin/sh

#LOGFILE=$HOME/.procmail-log

#VERBOSE=on

DROPPRIVS=yes

 

:0fw

* < 256000

* ! To:  users@spamassassin.apache.org

| /home/spam-filter/bin/spamc -U /home/spam-filter/tmp/spamd.sock

 

Reply via email to