Alex Pleiner wrote:
A very quick review of the code shows, you are not using the regular spamassassin sub but an alternative spamassassin_alt. The latter one does some quaranting and other stuff, but seems to ignore the headers returned by SA. If you don't need that additional stuff try setting --sa-alt to no and see if this works.
./configure --qs-user qscand --qs-group qscand \
--spooldir "/var/spool/qmailscan" --qmaildir "/var/qmail" \
--bindir "/var/qmail/bin" --qmail-queue-binary "/var/qmail/bin/qmail-queue" \
--admin root --domain nomadoblak.com --admin-fromname "System Anti-Virus Administrator" \
--notify "sender,admin" --local-domains linux.nomadoblak.com,nomadoblak.com --silent-viruses auto \
--lang en_GB --debug 0 --minidebug 1 --unzip 0 --add-dscr-hdrs yes \
--dscr-hdrs-text "X-Antivirus-nomadoblak.com" --archive 0 --run-first-p-s yes \
--redundant yes --log-details 0 --log-crypto 0 --fix-mime 1 \
--sa-subject '**SPAM**' --sa-delta 0.5 --sa-quarantine 8.5 --sa-delete 10.5 \
--sa-reject yes --sa-alt yes --sa-debug yes --scanners "verbose_spamassassin" --install 1
^^^^^^^^^^^^ change this
Setting --sa-alt to "no" solved the problem.
And by the way, disable sender notification unless you are very up-to-date with your silent-viruses. Sender notification hurts more than it helps nowadays. Read http://www.attrition.org/security/rant/av-spammers.html for detailed explanations.
I've done that now, thanks for noticing.
Damn, I knew I was doing something wrong, sorry for wasting your time.
Alex, thanks again for your help and have a nice day.
Greetings from Slovenija,
Andrej.
You will find in the documentation of '1.20st' that sa_alt only works in 'fast_spamassassin' mode.
--sa-alt [yes|no] (default: no)
Use the alternative subroutine for spamassassin, it runs in
fastspamassassin mode and doesn't pass the '-u' option
to spamc. (1/0)Salvatore
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
