DragonFly docs List (threaded) for 2005-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
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@xxxxxxxxxxxxxxxxxxxxxxx
{
LISTNAME=${MATCH}
:0:
* LISTNAME??^\/[^-]+
DragonFly-${MATCH}
}
--
Alexander 'alxl' Lobachov mailto:alxl@xxxxxxxxx
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]