Hi,

I am wondering what is the correct thing to do with the following problem.

Increasingly, we are getting email messages with headers that include msgid that look like the following:

msgid=<de444eb9-5677-47a9-9a51-4b86b5f09cee>

Messages with headers like the above get rejected by the mail server (OpenBSD 4.6 -stable) but messages from the same source that has

msgid=<0ca444f9e93ace43880cc92747f5b3310208bf11c...@userdomain.net>

get accepted.

Since spamd etc., take care of most of the spammers, will changing

LOCAL_RULESETS
HMessage-Id: $>CheckMessageId

SCheckMessageId
R< $+ @ $+ >            $@ OK
R$*                     $#error $: 553 Header Error

to

LOCAL_RULESETS
HMessage-Id: $>CheckMessageId

SCheckMessageId
R< $+ >            $@ OK
R$*                     $#error $: 553 Header Error

be appropriate?

Please let me know what would be the right thing to do.

Thanks very much,

Vijay

--
Vijay Sankar, M.Eng., P.Eng.
ForeTell Technologies Limited
59 Flamingo Avenue, Winnipeg, MB, Canada R3J 0X6
Phone: (204) 885-9535, E-Mail: vsan...@foretell.ca

Reply via email to