broken procmail recipe in DragonFly Handbook

Alexander 'alxl' Lobachov alxl at alxl.info
Sun Jan 23 17:42:46 PST 2005


Hello,

In DragonFly Handbook Chapter 20.13 Electronic Mail - Using procmail I've
noticed broken procmail recipe for DragonFly mailing lists:

:0
* ^Sender:.\/[^@]+ at crater.dragonflybsd.org
{
    LISTNAME=${MATCH}
    :0
    * LISTNAME??^\/[^@]+
    DragonFly-${MATCH}
}

actually it places mail in DragonFly-listname-errors mailboxes.

This recepe will place mail to DragonFly-listname:

:0
* ^Sender:.\/[^-]+-errors at xxxxxxxxxxxxxxxxxxxxxxx
{
	LISTNAME=${MATCH}
	:0:
	* LISTNAME??^\/[^-]+
	DragonFly-${MATCH}
}

-- 
Alexander 'alxl' Lobachov	mailto:alxl at xxxxxxxxx





More information about the Docs mailing list