procmail
[Top] [All Lists]

sorry!

2001-09-27 02:05:33
hello all...
why do my previous message got cut off?strange...
anyway, I've got this problem filtering Outlook attachments with my
sunOS 5.7....see, I've modified my pm-jamime-kill.rc like so:

JA_MIME_KILL_LINEBUF = ${JA_MIME_KILL_LINEBUF:-524280}

JA_MIME_KILL_RE     = ${JA_MIME_KILL_RE:-"\
name=.*(pcx|x-msdownload|X-MSDOWNLOAD|x-vcard|X-VCARD|PCX)|charset=|This

is.*MIME"}

JA_MIME_KILL2_RE    = ${JA_MIME_KILL2_RE:-"\
Content-Type: +(text/html|application/x-msdownload|x-vcard)"}

at first this filtered the x-msdownload attachments, but after i added
more:

JA_MIME_KILL2_RE    = ${JA_MIME_KILL2_RE:-"
Content-Type:
+(text/html|application/x-msdownload|application/octet-stream|x-vcard)"}

(i know i should have put \  at the end, but my email kept getting
truncated so i dont put it here :)...both the newly added attachments
didnt get filtered! Why is this?This
is a snippet of /etc/procmailrc:

:0 B
* Content-Type:.*application/x-msdownload
{
JA_MIME_TYPE = "application/x-msdownload"
}
:0 B
* Content-Type:.*application/octet-stream
{
JA_MIME_TYPE = "application/octet-stream"
}
INCLUDERC = $PMSRC/pm-jamime-kill.rc

of course, the /etc/procmailrc can filtered other attachments from
eudora and netscape mail,etc...this problem only exist when i use
Microsoft Outlook (well, so far;)....

can any of you gimme some pointers? any help would be really
appreciated!

-Suzana-



_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • sorry!, suzana <=