3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Filtering out mails w...
FromSent OnAttachments
Ruprecht HelmsApr 10, 2002 8:14 am 
Richard Harvey ChapmanApr 10, 2002 10:59 am 
Ruprecht HelmsApr 10, 2002 1:49 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Filtering out mails with unprintable charactersActions...
From:Richard Harvey Chapman (hcha@3gfp.com)
Date:Apr 10, 2002 10:59:41 am
List:net.sourceforge.lists.courier-maildrop

how can I filter out mails that have not printable characters in the subjectline and/or emailadress.

I'm asking because I receive some spam from chinese people through a mailinglist and razor don't know the spammer(s) and can't react.

I use the following:

if ( /^Content-Type:.*big5/ || /.tw>$/ ) { to "Maildir/.spam" }

I found that all of the unreadable e-mail I received was either from Taiwan or had the content type set to something that always contained "big5." There's probably a better way, but this has worked for me 100%. Well, at least with those e-mails.

Hope this helps.

R.