Hi I'm running Qmail Scanner v1.25-st on Fedora with Qmail v1.03
I want to include an X-Spam-Report: header in my scanned emails however I only get this when I also turn on $DEBUG='1' in qmail-scanner-queue.pl as below. -------------------------------------------------------------- #Want debugging? Enable this and read $scandir/qmail-queue.log my $DEBUG='1'; -------------------------------------------------------------- From my reading of the comments regarding spamassassin, I would have thought I would get the Spam headers despite not turning on the overall $DEBUG variable. I really don't want all the extra debug stuff in my qmail-queue.log file as there is far too much (irrelevant) stuff included with DEBUG enabled. I'm not running different settings per domain options or any sql user settings. I've made minimal changes to the standard compile options. Here are the spam assassin settings from my qmail-scanner-queue.pl file. Any ideas what, if anything, I'm doing wrong ? Thanks in advance. ----------------------------------------------------------------------- # st: Use the alternative subroutine for spamassassin, it runs # ALWAYS in *fast_spamassassin* mode and doesn't pass the '-u' option # to spamc. So if you want to run in *verbose_spamassasin* mode or you # want to use the sql per user preferences for spamassassin, you have # to disable this option and run the standard spamassassin routine. # It also allows to log the spamassassin report. (1/0) my $sa_alt='1'; # st: If sa_alt is enabled an you enable this option, you will # have a beautiful log with the tests and the scores of # spamassassin in the file qmail-queue.log, and you # can add the X-Spam-Report header enabling the # option below. (1/0) my $sa_debug='1'; # st: If sa_alt and sa_debug are enabled, *qmail-scanner* will # add the X-Spam-Report header to the messages if you # enable this option. (1/0) my $sa_hdr_report_site='1'; ----------------------------------------------------------------------- ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click _______________________________________________ Qmail-scanner-general mailing list Qmail-scanner-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general