On Wednesday 04 October 2006 10:47, eegm took the opportunity to say: > I've configured exim in order to use the Sieve Vacation filter and it > works, but the return-path and from of the vacation message is not the one > of the user who is reciving the email. It is in fact [EMAIL PROTECTED] So if i > send a mail to the user X who has his vacation filter activated i recieve > his vacation message but with from: "[EMAIL PROTECTED]" and not [EMAIL > PROTECTED] I've > tried to fix it puting return_path everywhere but i can't make it work.
That's a bit strange, since the documentation for the autoreply transport
states that it always generates mail with an empty return address. Also, Exim
should at most add a Sender: line to such mails.
Sounds like the autoreplies are passed to Exim in some unclean way. This is
what I get with a similar config (untrusted user (I picked mysql) different
from the local part of the address):
Return-Path: <>
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: *snip*
Received: (from [EMAIL PROTECTED])
by ittma-hohah.kibibyte.se (Exim 4.62) with LOCAL id 1GXK2u-0004IW-Px
for <[EMAIL PROTECTED]>; Tue, 10 Oct 2006 18:01:32 +0200
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Auto-reply
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Auto-Submitted: auto-replied
MIME-Version: 1.0
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Message-Id: <[EMAIL PROTECTED]>
Sender: MySQL Server <[EMAIL PROTECTED]>
Date: Tue, 10 Oct 2006 18:01:32 +0200
I'm not in
--
Magnus Holmgren [EMAIL PROTECTED]
(No Cc of list mail needed, thanks)
pgpMraULYzEon.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
