On Thu, 2003-11-13 at 12:58, Johnno wrote:
> how do i go about changing a default message that SA sends out.. ie..
> 
> Spam detection software, running on the system "mx1", has identified this
> incoming email as possible spam.  The original message
> has been attached to this so you can view it (if it isn't spam) or block
> similar future email.  If you have any questions, see the administrator of
> that system for details.

Edit /etc/mail/spamassassin/local.cf or create a noew .cf file in that
directory:

clear_report_template
report SpamAssassin and friends on "_HOSTNAME_" have identified this email
report as possible spam. The original message has been attached.
report
report Content analysis details:   (_HITS_ points, _REQD_ required)
report
report " pts rule name              description"
report  ---- ---------------------- --------------------------------------------------
report _SUMMARY_

See 'perldoc Mail::SpamAssassin::Conf' or http://spamassassin.org/doc/
for more info.

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to