Displaying 1 result from an estimated 1 matches for "941a7db0".
2009 May 11
1
Sieve & Regex
Hi all
I'm trying to create a new sieve rule.
What I would like to do is catch "From" addresses that
are equal to the rightpart (hostname) of a message-id.
For example:
Message-ID: <000d01c9d23a$941a7db0$6400a8c0 at upwabm>
From: "Leanne Crabtree" <upwabm at blomberg-co.com>
I would like to catch this mail, because it has
"upwabm" on the right part of the message-id and
"upwabm" on the left part of the sender address.
I've done this, but with no success....