Theo Van Dinter wrote:
On Sun, Nov 10, 2002 at 11:43:50AM -0700, Bob Proulx wrote:

Hi, I see that spamassassin -d will remove markup from a single message,
but is there a good way to remove spamassassin markup from an entire
mbox?
 formail -s spamassassin -d < mailbox-tagged > mailbox-untagged

I find that to be fairly inefficient (why spawn each time?)

If you don't mind doing a little coding, you can look at merging:

http://www.kluge.net/~felicity/random/spamassassin-d.txt

which is a small snippet to do 'spamassassin -d', and

http://www.kluge.net/~felicity/random/handlespam.txt

which is a script I use to report my spam, but you can easily strip out
most of the code and replace with a call to strip the markup.

This is some cool stuff.

I noticed something under Mail::Audit that doesn't make sense to me. Mail::SpamAssassin has a comment about running ::Audity with nomime=>1.

I guess I'm not sure what this does or why anyone would care. It was my understanding that SA would decode MIME looking for spam-ish features. How does the nomime come into play with this?

I'm asking all this because I wanted to make a Mail::Audit based script which would decode the MIME so that I could look at it not only with SpamAssassin, but also with some of my own goodies of choice.

I'm just not very clear on how this all goes together: Mail::Audit, MIME, Mail::SpamAssassin...


--
Q: What do you have when you have a lawyer buried up to his neck in sand?
A: Not enough sand.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to