procmail
[Top] [All Lists]

Re: Am I the only one who...

2003-02-21 15:40:29
*On Fri Feb 21, 2003 at 03:33:25PM -0500, Stan Ryckman 
(stanr(_at_)shelltown(_dot_)net) wrote:
<GRUMBLE>
Am I the only one who doesn't like it when mailing lists change
the "From_" address without telling anyone?  Messes up
the filtering...

So *thie* list is now "From procmail-bounces(_at_)(_dot_)(_dot_)(_dot_)"
instead of "From procmail-admin(_at_)(_dot_)(_dot_)(_dot_)", in case anyone 
else is
wondering why their procmail list messages are winding up in
the wrong place.
</GRUMBLE>

This is why I filter on appropriate listserv headers:

:0:
* ^X-BeenThere: \/[^(_at_)]+
lists/`echo $MATCH | sed -e 's/[\/]/_/g'`

:0:
* X-Mailing-List: <\/[^(_at_)]+
lists/`echo $MATCH | sed -e 's/[\/]/_/g'`

:0:
* ^Sender: owner-\/[^(_at_)]+
lists/`echo $MATCH | sed -e 's/[\/]/_/g'`


etc, etc, etc.

-- 
Carl B. Constantine         University of Victoria
Programmer Analyst          http://www.uvic.ca
UNIX System Administrator   Victoria, BC, Canada
cconstan(_at_)csc(_dot_)uvic(_dot_)ca        ELW A220, 721-8753

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