Hello,
In DragonFly Handbook Chapter 20.13 Electronic Mail - Using procmail I've
noticed broken procmail recipe for DragonFly mailing lists:
:0
* ^Sender:.\/[^@]+@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@crater.DragonFlyBSD.ORG
{
LISTNAME=${MATCH}
:0:
* LISTNAME??^\/[^-]+
DragonFly-${MATCH}
}
--
Alexander 'alxl' Lobachov mailto:alxl@alxl.info