[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
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
[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
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:
[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
> [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
[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