Thanks i just figure out the problem.
I forgot to include the QS_SPAMASSASSIN="", in the tcp.smtp for my network
At 03:51 PM 26/11/2003, you wrote:qmail-scanner.pl never called spamassassin do you have spamd running?? If you didn't have it running when you compiled it, it will not see spamassassin.
-----Original Message----- From: Jesus Ruiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 2:40 PM To: qmail scanner general Subject: [Qmail-scanner-general]Qmail-Scanner-1.20st (patched st)
I have installed this patch so i can delete the spams, but it is not working
Here is my configure options:
./configure --qs-user qscand --qs-group qscand --spooldir /var/spool/qmailscan --qmaildir /var/qmail --bindir /var/qmail/bin --qma il-queue-binary /var/qmail/bin/qmail-queue --admin spam --domain 11deaes.com --admin-fromname "System Anti-Virus Administrator" --n otify sender,admin --local-domains 11deaes.com --silent-viruses auto --lang en_GB --debug yes --minidebug 1 --unzip 0 --add-dscr-hdr s 0 --dscr-hdrs-text "X-Qmail-Scanner" --archive 0 --run-first-p-s yes --redundant no --log-details yes --log-crypto 0 --fix-mime 1 --sa-quarantine 8 --sa-delete 10 --scanners "auto" --install 1
and my spamassassin 2.6 local.cf:
required_hits 1 rewrite_subject 1 report_header 1 report_charset 1 use_terse_report 1 defang_mime 1 dns_available yes dcc_add_header 1 dcc_home /usr/local dcc_path /usr/local/bin pyzor_path /usr/bin use_pyzor 1 use_razor2 1 use_dcc 1 use_bayes 1 auto_learn 1 subject_tag ********This could be SPAM********* timelog_path /var/log/spamassassin
Hi
Two suggestions
-You would disable debug and you will still have a very useful log.
-required_hits it is too low, all your incoming mail will be tagged as 'spam', I don't think you want this. Try required_hits 6.5
And you also can disable 'rewrite_subject' and 'subject_tag', and set in the file qmail-scanner-queue.pl the value of:
my $spamc_subject='********This could be SPAM*********';
In this way qmail-scanner will change the subject.
Cheers
ST
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
