[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 need the header from the email with this issue
> then let me know. I will send it to the list.

We need the header from the email with this issue.  Please send it to the list.

The space-star " *" in the regex concerns me somewhat.  Maybe \s+ is called for 
instead.

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

Reply via email to