6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/8/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10147] mailbot quotes the contents of the original message
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ __ ._.. ..__ [__)/ ` | | |[ __ | \__._|_|__|[_./
Comment
>> This sounds like a BC breaking change in mailbot. > It looks like it. > >> How are we supposed to know which version is running on that system? > You can't. I seen two options here : > - apply the previous patch in git and add a maildrop version > requirement in docs (and test.php ?) > - add a command line option in backend.[local].php. in case of > maildrop, something like > $backends['maildrop']['scriptparams']['args'] = " -N " > > and patch will then looks like this: > > --- ingo/lib/Script/Maildrop/Recipe.php.org 2011-05-27 > 14:02:35.000000000 +0200 > +++ ingo/lib/Script/Maildrop/Recipe.php 2011-05-27 > 14:02:41.000000000 +0200 > @@ -153,1 +153,1 @@ > - '| mailbot -D %d -c \'UTF-8\' -t $HOME/vacation.msg -d > $HOME/vacation -A %s -s %s /usr/sbin/sendmail -t', > + '| mailbot ' . $backends['maildrop']['scriptparams']['args'] . ' > -D %d -c \'UTF-8\' -t $HOME/vacation.msg -d $HOME/vacation -A %s -s > %s /usr/sbin/sendmail -t', > > The second option is much more flexible and can apply to other > drivers like procmail. > It will be up to the admin to tune is backend.local.php. >
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