Relevant details: Sendmail 8.12.2 Cyrus Imap 2.0.16 As I've posted in the past, I'm having some "fun" trying to get vacation working in Cyrus 2.0.16
Cyrus recieves and delivers mail properly, I'm not seeing any problems there What I've uncovered, through the help of several individuals is that other sieve scripts such as fileinto's and redirects work fine... Reject scripts and vacation scripts do not. Looking at a mail processed and delivered by cyrus, I see this: Please note _two_ Return-Paths Return-Path: cyrus@sammonsmail X-Sieve: cmu-sieve 2.0 Return-Path: <[EMAIL PROTECTED]> Message-ID: <63D030BCBB85D411B79C00B0D03E60E486AA30@EX-AUS-01> From: "Grommet, Mike" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: test test again Date: Tue, 26 Feb 2002 13:04:47 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1BF09.392AED50" X-Archived: msg.XXU9Pah5@tippecanoe I dont understand all the particulars, but I understand these scripts to depend on return path information.. When someone sends mail to an account that a vacation script is enabled on, a bounce message like this is created and sent to root: ------------------- MESSAGE -------------------- Return-Path: <> Received: (from cyrus@localhost) by sammonsmail.elucidations.net (8.12.2/8.11.6) id g1P6FAJ9032756 for cyrus@unspecified-domain; Mon, 25 Feb 2002 01:15:10 -0500 Message-ID: <cmu-sieve-32755-1014617710-0@sammonsmail> Date: Mon, 25 Feb 2002 01:15:10 -0500 X-Sieve: cmu-sieve 2.0 From: <[EMAIL PROTECTED]> To: <cyrus@unspecified-domain> Subject: Re: test In-Reply-To: <[EMAIL PROTECTED]> Auto-Submitted: auto-replied (vacation) Autogenerated Message: On vacation for the next 100 years!!! AND I MEAN IT!!! Yeah!!!!!!!! ---------------------------------------------------------- I believe this must be linked to the double return path above, but I'm not sure where its coming from, or what to do about it. Thoughts please?