[Tickets #8982] Re: Ingo Procmail vacation rules bug
bugs at horde.org
bugs at horde.org
Sat Apr 24 19:56:44 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8982
------------------------------------------------------------------------------
Ticket | 8982
Updated By | president at cynicbytrade.com
Summary | Ingo Procmail vacation rules bug
Queue | Ingo
Version | 1.2.3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone | MYASK
Patch |
Owners |
------------------------------------------------------------------------------
president at cynicbytrade.com (2010-04-24 15:56) wrote:
I can verify that vacation generates a bad procmail script -- when the
auto-reply is triggered normal delivery is not completed.
But the fix is much easier. There's just a missing "c" on the rule
that actually sends the reply; we need procmail to reply to a copy of
the message so that it continues rather than stopping after the reply
is sent.
So the code should be:
$this->_action[] = ' | formail -rD 8192
${VACATION_DIR:-.}/.vacation.' . $address;
$this->_action[] = ' :0 ehc';
$this->_action[] = ' | (formail -rI"Precedence: junk" \\';
Rather than the current:
$this->_action[] = ' | formail -rD 8192
${VACATION_DIR:-.}/.vacation.' . $address;
$this->_action[] = ' :0 eh';
$this->_action[] = ' | (formail -rI"Precedence: junk" \\';
More information about the bugs
mailing list