Re: Mailing list handler
Professional Software Engineering <PSE-L <at> mail.professional.org>
2008-08-06 17:28:08 GMT
At 14:01 2008-08-05 -0400, Jake Di Toro wrote:
>I've had some recent changes to my mail handling and wanted to
>streamline some more. Dug through the archives for the mailing list
>handlers and came up with this as the latest:
>http://www.xray.mpe.mpg.de/mailing-lists/procmail/2007-11/msg00028.html
It should be noted that while there is a line comment near the top of the
recipe that says "Sean wrote this", the entirety of that modified recipe
wasn't written by me, and what was, has been considerably modified. My
code is at:
<http://www.professional.org/procmail/listname_id.rc>
(which, as of this writing, I haven't needed to touch in over 4 years -
both the copy on the website, as well as the identical one that is in
production)
At the "save all list messages into a directory named"... comment line, it's
code beyond merely identifying the name of the list, and isn't part of the
intent of my original recipe. I compartmentalized the recipe to just
identifying a name for the list, since that can later be used to skip spam
checking, do custom filing, or whatever. If someone wants to auto-file,
they can includerc the id recipe, and then act upon the LISTNAME variable.
There are differences in the order and content of the conditions in the
recipe you linked to as versus my original. Toggling of VERBOSE logging on
and off around one part is consistent with someone tweaking to see what is
happening in part of the recipe, and isn't part of my original either. I
don't have the time right now to examine them and run a saved email corpus
against them to determine how they interract (though my original still
(Continue reading)