6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/7/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8982] Ingo Procmail vacation rules bug
*
Your Email Address
*
Spam protection
Enter the letters below:
\ /.__ __ .___.. , >< [__)/ ` _/ \./ / \[__)\__../__. |
Comment
> 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" \\'; >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers