RE: Filter not working

2005-11-23 Thread Matthew.van.Eerde
[EMAIL PROTECTED] wrote: >Matthew van Eerde wrote: >> [EMAIL PROTECTED] wrote: >>> Here is the header of an email that was marked as spam and was moved >>> to the proper folder. (File attached) >> >> I notice the one that worked was not multipart, and the one that >> didn't work was multipart. Is

RE: Filter not working

2005-11-23 Thread robert
If your asking if this is the pattern, I never noticed it so I dont know. At this point I would assume this is true in general. Thanks Robert > [EMAIL PROTECTED] wrote: >> Here is the header of an email that was marked as spam and was moved >> to the proper folder. (File attached) > > I notice the

RE: Filter not working

2005-11-23 Thread Matthew.van.Eerde
[EMAIL PROTECTED] wrote: > Here is the header of an email that was marked as spam and was moved > to the proper folder. (File attached) I notice the one that worked was not multipart, and the one that didn't work was multipart. Is this true in general? -- Matthew.van.Eerde (at) hbinc.com

RE: Filter not working

2005-11-23 Thread robert
Here is the header of an email that was marked as spam and was moved to the proper folder. (File attached) Thanks Robert > [EMAIL PROTECTED] wrote: >>> [EMAIL PROTECTED] wrote: if (/^X-Spam-Status: *Yes/) >> >> Attached is the header from one of the emails with the issue > > Header contains:

RE: Filter not working

2005-11-23 Thread Matthew.van.Eerde
[EMAIL PROTECTED] wrote: >> [EMAIL PROTECTED] wrote: >>> if (/^X-Spam-Status: *Yes/) > > Attached is the header from one of the emails with the issue Header contains: X-Spam-Status: Yes, hits=7.0 required=3.0 Well, that line matches the regex. Can you post a header from an email that does not h

RE: Filter not working

2005-11-23 Thread robert
> [EMAIL PROTECTED] wrote: >> if (/^X-Spam-Status: *Yes/) >> { >> >> to "$VHOME/Maildir/.Spam" >> >> } >> else >> { >> to "$VPOP" >> >> } >> >> Now 9 out of 10 times this works. But an email here and there gets >> tagged as spam but still gets delivered to the mailbox. Any >> sugges

RE: Filter not working

2005-11-23 Thread Matthew.van.Eerde
[EMAIL PROTECTED] wrote: > if (/^X-Spam-Status: *Yes/) > { > > to "$VHOME/Maildir/.Spam" > > } > else > { > to "$VPOP" > > } > > Now 9 out of 10 times this works. But an email here and there gets > tagged as spam but still gets delivered to the mailbox. Any > suggestions? If you