I have a mail server with qmail-scanner and spamassassin. Spamassassin is installed system-wide. It is working, it detect spam, add the "X-Spam-Status" header in the email it process but it is not rewriting the e-mail subject. I have some error in the syslog about uninitialized values, and I think this is why the subject is not re-written by spamassassin. I don't know if I misconfigured something or if I screw up something, but any help or pointers on how to solve this problem would be much appreciated . I also included a part of the syslog and my configuration file.
Thanks in advance. Daniel
syslog :
Oct 29 06:38:58 listy spamd[7540]: connection from listy [127.0.0.1] at port 33152
Oct 29 06:38:58 listy spamd[8082]: Use of uninitialized value in string ne at /usr/local/bin/spamd line 1104, <GEN49> line 2.
Oct 29 06:38:58 listy spamd[8082]: Use of uninitialized value in numeric gt (>) at /usr/local/bin/spamd line 1126, <GEN49> line 2.
Oct 29 06:38:58 listy spamd[8082]: Use of uninitialized value in hash element at /usr/local/bin/spamd line 1133, <ASSIGN> line 2.
Oct 29 06:38:58 listy spamd[8082]: Use of uninitialized value in hash element at /usr/local/bin/spamd line 1133, <ASSIGN> line 2.
Oct 29 06:38:58 listy spamd[8082]: Use of uninitialized value in pattern match (m//) at /usr/local/bin/spamd line 660.
Oct 29 06:38:58 listy spamd[8082]: checking message (unknown) for [EMAIL PROTECTED]:0.
Oct 29 06:38:58 listy spamd[8082]: identified spam (17.8/8.0) for [EMAIL PROTECTED]:0 in 0.3 seconds, 1852 bytes.
/etc/mail/spamassassin/local.cf
# This is the right place to customize your installation of SpamAssassin. # # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be # tweaked. # ########################################################################### # # rewrite_subject 0 # report_safe 1 # trusted_networks 212.17.35.
required_hits 8.0 rewrite_subject 1 fold_headers 1 report_header 1 use_terse_report 1 defang_mime 1 dns_available no dcc_add_header 1 use_dcc 1
------------------------------------------------------- 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/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk