On Sun, 20 Jan 2002, Paul Friend wrote: > I tried to get rid of the report section of the email and simply leave > the subject line as ******* so I removed the report section, but now I > get SPAM: (no report template found) > > in the body of the spam message. How can I get this configured so that > there is nothing in the body but only the SPAM subject?
Try this: subject_tag ******* rewrite_subject 1 report_header 1 use_terse_report 1 Oh, and a patch ... I expect lots of folks will be likely to do this ... Index: README =================================================================== RCS file: /cvsroot/spamassassin/spamassassin/README,v retrieving revision 1.48 diff -u -r1.48 README --- README 2002/01/08 08:01:11 1.48 +++ README 2002/01/20 04:39:10 @@ -361,6 +361,11 @@ Turn off Subject-line rewriting with this. + - subject_tag + + When rewrite_subject is on, the subject stamp is + *****SPAM*****. This can be used to change it. + - ok_locales If you expect to receive mail in non-ISO-8859 character sets (ie. Index: rules/10_misc.cf =================================================================== RCS file: /cvsroot/spamassassin/spamassassin/rules/10_misc.cf,v retrieving revision 1.6 diff -u -r1.6 10_misc.cf --- rules/10_misc.cf 2002/01/07 08:54:01 1.6 +++ rules/10_misc.cf 2002/01/20 04:39:10 @@ -108,6 +108,7 @@ # rewrite_subject 1 # report_header 0 +# subject_tag *****SPAM***** # use_terse_report 0 # defang_mime 1 # skip_rbl_checks 0 -- Charlie Watts [EMAIL PROTECTED] Frontier Internet, Inc. http://www.frontier.net/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk