1 message in net.sourceforge.lists.courier-maildrop[maildropl] how to filter QP/base64 e...
FromSent OnAttachments
hzqbbcOct 17, 2002 1:31 am 
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:[maildropl] how to filter QP/base64 encoded mail with maildrop?Actions...
From:hzqbbc (hzq@devel.hzqbbc.com)
Date:Oct 17, 2002 1:31:42 am
List:net.sourceforge.lists.courier-maildrop

Hi all!! I have some trouble in filtering mails, which are QP(quote printable) /base64 encoded. After my test, maildrops seems to be unable to filter such mails.It can only filter mails which are written in plain text.This problem become much bad in multibyes language(GB2312/Big5/Shift-jis?)..

For example, my .mailfilter 's content: if ((/\靠/:b)) { echo "Your message is not welcome" EXITCODE=77 exit }

if mail's subject is "人民依靠军队", encode with "GB2312". then maildrop will fail to filter this mail..because it's subejct has been encoded as =?gb2312?Q?=C8=CB=C3=F1=D2=C0=BF=BF=BE=FC=B6=D3?= " with gb2312 encoding.

And maildrop also fail to filter mail which body encoded with base64.. How to solve this ? Sam , can i add rfc2047* support to maildrop and then decoded the mail before filtering ?????????????

Any suggestion ??