Hello, I was wanting to change the default functionality of SpamAssassin to have it forward the original message as an attachment. I think I managed to do this by reading the INPUTMSG file storing it in a variable and adding it as a mime_part. I then wanted to change the original message so that the data wouldn't be displayed but a report on the ratings as spam. I tried doing the by calling the replace_with_warning method, it failed with error 0 as I was calling it from the filter. There are obviously easy ways to change the headers from the filter, my question is there an easy way to change the body from the filter?
-- Dave Turgeon <[EMAIL PROTECTED]> SaskNow Technologies - http://www.sasknow.com 901-1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-244-7037 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

