Set the Return-Path header when queuing into maildir mailboxes.
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@936 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
3c8766f683
commit
6ad7e24315
2
Changes
2
Changes
@ -1,3 +1,5 @@
|
|||||||
|
Set the Return-Path header when queuing into maildir mailboxes.
|
||||||
|
|
||||||
prefork, forkserver: restart on SIGHUP (reload all modules, with register() /
|
prefork, forkserver: restart on SIGHUP (reload all modules, with register() /
|
||||||
init() phase).
|
init() phase).
|
||||||
|
|
||||||
|
@ -166,6 +166,8 @@ sub write_file {
|
|||||||
$self->log(LOGWARN, "could not open $maildir/tmp/$file: $!"),
|
$self->log(LOGWARN, "could not open $maildir/tmp/$file: $!"),
|
||||||
return(DECLINED, "queue error (open)");
|
return(DECLINED, "queue error (open)");
|
||||||
|
|
||||||
|
print MF "Return-Path: ", $transaction->sender->format , "\n";
|
||||||
|
|
||||||
print MF "Delivered-To: ",$addr->address,"\n"
|
print MF "Delivered-To: ",$addr->address,"\n"
|
||||||
if $addr; # else it had been added before...
|
if $addr; # else it had been added before...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user