[Tickets #11337] Maildrop Driver: add return-path to forward
bugs at horde.org
bugs at horde.org
Fri Aug 10 09:15:09 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11337
------------------------------------------------------------------------------
Ticket | 11337
Created By | alessio at skye.it
Summary | Maildrop Driver: add return-path to forward
Queue | Ingo
Version | 2.0.9
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
alessio at skye.it (2012-08-10 09:15) wrote:
Hi,
when using ingo and maildrop for forward email to an external address
Ingo creat a filter like this:
if( \
/^From:\s*.*/:h \
)
exception {
cc "! alessio.cecchi at gag.it"
exit
}
but in this mode the email has return-path empty (<>) and this can
cause some email to reject from some email server
we can set
exception {
cc "| /usr/sbin/sendmail -fMY at address REMOTE at address"
exit
}
that add the correct return path. Could be nice add the option for set
or not set the return-path in forwarded messages.
You can also read this:
http://markmail.org/message/n3c6tx45j5o3mhsr
Thanks
More information about the bugs
mailing list