OT: procmail filter for zope mailing list?
Hi everyone, sorry for the OT post, but zope@zope.org seems to be the only list eluding my procmail mailing list filters. As a result I wind up with a whack of messages in my Inbox obscuring other stuff. Here's the filter I've got: :0 * ^TO_zope@zope.org $MAILDIR/zope That syntax works for at least a half dozen other mailing lists... I'm not sure why zope sneaks through it. I've tried changing the rule to search the Subject line, the From: field, different variations on these... nothing works! What's really weird is that I had it filtering properly when I was signed up through a sneakemail address (it rewrites some headers). Has anybody else run into this problem? Any ideas why it wouldn't work? Thanks, Paul. -- horbal@atips.ca
Ok, problem solved! If anybody else uses procmail, don't put the FROM_MAILER directive before you try to match for the zope list. One of the (many) headers sent from the list matches the mailer daemon message rule. Solution: put the FROM_MAILER directive after your mailing list rules. On Fri, Aug 17, 2001 at 09:27:51AM -0600, Paul Horbal wrote:
Hi everyone, sorry for the OT post, but zope@zope.org seems to be the only list eluding my procmail mailing list filters. As a result I wind up with a whack of messages in my Inbox obscuring other stuff.
Here's the filter I've got:
:0 * ^TO_zope@zope.org $MAILDIR/zope
That syntax works for at least a half dozen other mailing lists... I'm not sure why zope sneaks through it. I've tried changing the rule to search the Subject line, the From: field, different variations on these... nothing works! What's really weird is that I had it filtering properly when I was signed up through a sneakemail address (it rewrites some headers).
Has anybody else run into this problem? Any ideas why it wouldn't work?
Thanks, Paul.
-- horbal@atips.ca
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- horbal@atips.ca
Hi Paul, --On Freitag, 17. August 2001 09:27 -0600 Paul Horbal <horbal@vlsi.enel.ucalgary.ca> wrote:
Hi everyone, sorry for the OT post, but zope@zope.org seems to be the only list eluding my procmail mailing list filters. As a result I wind up with a whack of messages in my Inbox obscuring other stuff.
Here's the filter I've got:
:0 * ^TO_zope@zope.org $MAILDIR/zope
That syntax works for at least a half dozen other mailing lists... I'm not sure why zope sneaks through it. I've tried changing the rule to search the Subject line, the From: field, different variations on these... nothing works! What's really weird is that I had it filtering properly when I was signed up through a sneakemail address (it rewrites some headers).
Has anybody else run into this problem? Any ideas why it wouldn't work?
I usually filter on "sender" rather then "to". May be that helps. Regards Tino
--On Freitag, 17. August 2001 09:27 -0600 Paul Horbal <horbal@vlsi.enel.ucalgary.ca> wrote:
Hi everyone, sorry for the OT post, but zope@zope.org seems to be the only list eluding my procmail mailing list filters. As a result I wind up with a whack of messages in my Inbox obscuring other stuff.
Here's the filter I've got:
:0 * ^TO_zope@zope.org $MAILDIR/zope
I don't know why that doesn't work, but here's what I'm using, which seems to work fine: :0: * ^TO.*zope-cmf.* zope-cmf :0: * ^TO.*zope.* zope -- ................... paul winkler .................... custom calendars & printing: http://www.calendargalaxy.com A member of ARMS: http://www.reacharms.com home page: http://www.slinkp.com
You should use the standardized header designed for exactly this: :0 * ^List-Id:.*zope.zope.org $MAILDIR/zope Cheers, Florent Guillaume Nuxeo
participants (4)
-
Florent Guillaume -
Paul Horbal -
Paul Winkler -
Tino Wildenhain