broken procmail recipe in DragonFly Handbook
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
討論串 (同標題文章)
完整討論串 (本文為第 1 之 5 篇):