<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>vacation : maildrop Return-Path</title> 
  <pubDate>Fri, 10 Apr 2026 00:23:13 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/10568</link> 
  <atom:link rel="self" type="application/rss+xml" title="vacation : maildrop Return-Path" href="https://bugs.horde.org/ticket/10568/rss" /> 
  <description>vacation : maildrop Return-Path</description> 
 
   
   
  <item> 
   <title>return-path is not set to the right user


the attached p</title> 
   <description>return-path is not set to the right user


the attached patch properly set the &#039;Return-Path&#039; variable in the message header.


</description> 
   <pubDate>Wed, 28 Sep 2011 15:37:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10568#t67760</link> 
  </item> 
   
  <item> 
   <title>That doesn&#039;t look right. This is what mailbot&#039;s man page say</title> 
   <description>That doesn&#039;t look right. This is what mailbot&#039;s man page says:

       -faddress
           Address the autoresponse to address, which must be an RFC 2822[1]
           address. By default mailbot takes the autoresponse address from the
           From: (or the Reply-To:) header in the original message.  -f, if
           present, overrides and explicitly sets the autoresponse address.
           &quot;address&quot; must immediately follow the -f option without an
           intervening space (it´s a single command line argument). An -f
           option without an address takes the address from the SENDER
           environment variable.

So this is setting the vacation message&#039;s *recipient* but you set it to the user&#039;s From address.</description> 
   <pubDate>Mon, 03 Oct 2011 17:23:14 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10568#t67870</link> 
  </item> 
   
  <item> 
   <title>&gt; That doesn&#039;t look right. This is what mailbot&#039;s man page s</title> 
   <description>&gt; That doesn&#039;t look right. This is what mailbot&#039;s man page says:
&gt;
&gt;        -faddress
&gt;            Address the autoresponse to address, which must be an RFC 2822[1]
&gt;            address. By default mailbot takes the autoresponse address from the
&gt;            From: (or the Reply-To:) header in the original message.  -f, if
&gt;            present, overrides and explicitly sets the autoresponse address.
&gt;            &quot;address&quot; must immediately follow the -f option without an
&gt;            intervening space (it´s a single command line argument). An -f
&gt;            option without an address takes the address from the SENDER
&gt;            environment variable.
&gt;
&gt; So this is setting the vacation message&#039;s *recipient* but you set it 
&gt; to the user&#039;s From address.

mailbot set &#039;From: &#039; and &#039;To: &#039; header properly, but not &#039;Return-Path: &#039;

Assuming that files are owned by unix user &#039;vmail&#039;
- with &quot;/usr/sbin/sendmail -t&quot; -&gt; &quot;Return-Path: &lt;vmail@mbpgroup.com&gt;&quot;
- with &quot;/usr/sbin/sendmail -t -f &#039;&#039;&quot; -&gt; &quot;Return-Path: &lt;MAILER-DAEMON@mbpgroup.com&gt;&quot;
- with &quot;/usr/sbin/sendmail -t -f &#039;ronan@mbpgroup.com&#039;&quot; -&gt; &quot;Return-Path: &lt;ronan@mbpgroup.com&gt;&quot;


I&#039;m just after realising that we use virtual mail accounts which is probably why we are having this issue. Without the patch, sendmail sets Return-Path to the unix owner of the virtual mail accounts.

</description> 
   <pubDate>Tue, 04 Oct 2011 07:49:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10568#t67909</link> 
  </item> 
   
  <item> 
   <title>What does sendmail have to do with this? You are patching th</title> 
   <description>What does sendmail have to do with this? You are patching the *mailbot* command invocation.</description> 
   <pubDate>Tue, 04 Oct 2011 08:43:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10568#t67928</link> 
  </item> 
   
  <item> 
   <title>&gt; What does sendmail have to do with this? You are patching </title> 
   <description>&gt; What does sendmail have to do with this? You are patching the 
&gt; *mailbot* command invocation.

Ah, I see what you meant now in your last comment.

with the following code, &quot;-f&quot; is an argument for sendmail, not mailbot :

&#039;| mailbot %s -D %d -c \&#039;UTF-8\&#039; -t $HOME/vacation.msg -d $HOME/vacation -A %s -s %s /usr/sbin/sendmail -t -f %s&#039;


</description> 
   <pubDate>Tue, 04 Oct 2011 09:01:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10568#t67929</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

[jan] Set Re</title> 
   <description>Changes have been made in Git for this ticket:

[jan] Set Return-Path: in Maildrop vacation driver (rsalmon@mbpgroup.com, Bug #10568).

 3 files changed, 11 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/d262ca8d14e47986a75e46159704681185414307</description> 
   <pubDate>Sun, 13 Nov 2011 21:03:49 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10568#t68791</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit fb3da2a34b23</title> 
   <description>Changes have been made in Git (master):

commit fb3da2a34b23e7d025b320641dbc85348a955cd3
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Sun Nov 13 22:00:11 2011 +0100

    [jan] Set Return-Path: in Maildrop vacation driver (rsalmon@mbpgroup.com, Bug #10568).

 ingo/docs/CHANGES                   |    2 ++
 ingo/lib/Script/Maildrop/Recipe.php |    5 +++--
 ingo/package.xml                    |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/fb3da2a34b23e7d025b320641dbc85348a955cd3</description> 
   <pubDate>Wed, 29 Aug 2012 12:24:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10568#t72436</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
