On Wed, 23 Sep 2009, Jose Luis Marin Perez wrote:

So is the option-x is in spamassassin.rc:

       /usr/bin/spamd -v -u vpopmail -m 5 -x -q -s stderr -r 
/var/run/spamd/spamd.pid \
       -i 172.16.10.20  -A 172.16.10.0/24 2>&1 | \

This is incorrect. -x needs to be given to spamc.

./configure --enable-clamav=y --enable-clamdscan=/usr/local/bin/clamdscan --enable-dropmsg=y --enable-custom-smtp-reject=n --enable-per-domain=y --enable-attach=y --enable-spam=y --enable-ripmime=/usr/local/bin/ripmime --enable-received=y --enable-spam-hits=5.0 --enable-spamc=/usr/bin/spamc --enable-spamc-args=-s 200000 -t 60 -d 172.16.10.20 --enable-spamc-user=y --enable-regex=y --with-pcre-include=/usr/local/include --enable-quarantinedir

Add -x to the --enable-spamc-args option here.

You also might want to rethink the "-s 200000" arg.

From: jhar...@impsec.org
On Wed, 23 Sep 2009, Jari Fredriksson wrote:

And this is where spamc option -x helps. Failed ones will be put back into the queue.

I believe the OP put the -x in the spamd command line, not the spamc
command line...

--
 John Hardin KA7OHZ                    http://www.impsec.org/~jhardin/
 jhar...@impsec.org    FALaholic #11174     pgpk -a jhar...@impsec.org
 key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  Insofar as the police deter by their presence, they are very, very
  good. Criminals take great pains not to commit a crime in front of
  them.                                             -- Jeffrey Snyder
-----------------------------------------------------------------------
 Approximately 8794740 firearms legally purchased in the U.S. this year

Reply via email to