6.0.0-alpha10
5/14/25

Search Results: 376 of 573 [ <<First <Prev Next> Last>> ] [ Return to Search Results ]


[#11337] Maildrop Driver: add return-path to forward
Summary Maildrop Driver: add return-path to forward
Queue Ingo
Queue Version Git master
Type Enhancement
State Feedback
Priority 1. Low
Owners
Requester alessio (at) skye (dot) it
Created 08/10/2012 (4660 days ago)
Due
Updated 01/28/2016 (3394 days ago)
Assigned
Resolved
Milestone
Patch No

History
01/28/2016 04:37:33 PM Jan Schneider Comment #4
Version ⇒ Git master
Reply to this comment
We actually already use sendmail in other recipes, so that's fine.
We still need a way to choose the correct From: address though.
08/29/2012 12:39:14 PM alessio (at) skye (dot) it Comment #3 Reply to this comment
This would assume that sendmail or at least some sendmail compatible 
binary is installed.
I don't think that maildrop could work without a sendmail compatible 
binary , but I'm not sure.

The feature could be added as an option.
Thanks

08/29/2012 12:30:18 PM Jan Schneider Comment #2
State ⇒ Feedback
Version ⇒ Git develop
Reply to this comment
This would assume that sendmail or at least some sendmail compatible 
binary is installed.
08/10/2012 09:15:08 AM alessio (at) skye (dot) it Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Maildrop Driver: add return-path to forward
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
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@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@address REMOTE@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

Saved Queries