procmail
[Top] [All Lists]

Re: Received trapping

2000-08-07 20:56:32
At 08:32 PM 8/7/00 -0700, Eric Hilding wrote:
I'm trying all sorts of variations of Received:.*blah blah but
but can't seem to trap this combination where instead of the
usual SOMEADDRESS(_at_)MYDOMAIN(_dot_)com ... it comes in as:

      SOMEADDRESS=MYDOMAIN.com   

I want to axe/trap *ANYTHING*=MYDOMAIN.com  but am confused 
about: Received:.*=MYDOMAIN.com  or should I be looking at
Received:.*\<=MYDOMAIN.com  or should I be using something
that will catch ANY "blahblahReturn:" or \<sentto .*blah blah?

None of them :-)  Your enclosed fragment contains:

Received: from fk.egroups.com (fk.egroups.com [208.50.99.208])
       by mylocalISPhere.com (8.10.0/8.10.0) with SMTP id e7839v520654
       for <myaddress(_at_)myfirstdomain(_dot_)com>; Mon, 7 Aug 2000 20:09:57 
-0700
X-eGroups-Return:
sentto-49648-11226-965704194-SOMEADDRESS=MYDOMAIN(_dot_)com(_at_)returns(_dot_)onelist(_dot_)com
Received: from [10.1.10.38] by fk.egroups.com with NNFMP; 08 Aug 2000
03:09:53
   -0000

The continuations got mangled somewhere, but note that the 
=MYDOMAIN(_dot_)com(_at_)(_dot_)(_dot_)(_dot_)
is not in a Received: header but rather in an "X-eGroups-Return:" header
so you should look there.

(It's in there so that if it bounces they can identify the original address
it was sent to, even if it bounced from somewhere else.)

Stan

_______________________________________________
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>
  • Re: Received trapping, Stan Ryckman <=