procmail
[Top] [All Lists]

Re: Recipe Help.

2003-12-06 17:00:28
On 05 Dec 2003, at 19:11, multimedia-fan(_at_)myrealbox(_dot_)com wrote:
But the problem is it also catches any Received header that has such a
text, I want to force to check only the first Received header, how can I
achieve that?

There is probably something unique about the FIRST received header that you can anchor on. For example, in your post my first Received: header is:

Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131])
        by mail.covisp.net (Postfix) with ESMTP id B2C5B1C0882
        for <kremels(_at_)kreme(_dot_)com>; Fri,  5 Dec 2003 19:23:07 -0700 
(MST)

so I could easily say

^Received:(.*\<)?from(.*)\.dsl.*mail.covisp.net

which would only match if the first Received line contained ".dsl"

--
There are 10 types of people in the world: Those who understand binary, and those who don't.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
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>