<p>I am not near a pc at the moment to check on this again, but I recall when I had looked at this same issue, I found that where CheckForAutoGenerated was called from was not always reacting how you'd expect.  We ended up pre-filtering auto gen email in postfix... just had to be careful not to filter rt's own autoresponses :) </p>

<p>You can see on your headers that rt added an RT-DetectedAutoGenerated  header, but still accepted it...  So I'd look at that other code.<br>
</p>
<p><blockquote type="cite">On Feb 22, 2010 10:10 AM,  <<a href="mailto:n.chrysandreas@albourne.com">n.chrysandreas@albourne.com</a>> wrote:<br><br>Hi Lem,<br>
<br>
Thanks for the reply.<br>
<br>
The headers of the auto reply emails that pass through to RT are as below<br>
<br>
---------------------<br>
Received: XXXXXXX<br>
Received: YYYYYYY<br>
Received: ZZZZZZZ<br>
MIME-Version: 1.0<br>
Subject: Re: SOME TITLE<br>
In-Reply-To: <<a href="mailto:78e4706e7c8637f1c0db00ad4003559f@mydomain.com">78e4706e7c8637f1c0db00ad4003559f@mydomain.com</a>><br>
Date: Wed, 17 Feb 2010 09:08:04 +0000 (GMT)<br>
Auto-Submitted: auto-replied (zimbra; vacation)<br>
Precedence: bulk<br>
Content-Type: text/plain; charset=utf-8<br>
X-Virus-Scanned: amavisd-new at <a href="http://server.mydomain.com" target="_blank">server.mydomain.com</a><br>
Message-ID: <464307537.2782761266397684254.JavaMail.root@server><br>
To: <a href="mailto:theQUEUE@mydomain.com">theQUEUE@mydomain.com</a><br>
Content-Transfer-Encoding: 7bit<br>
From: USER <<a href="mailto:USER@mydomain.com">USER@mydomain.com</a>><br>
X-RT-Original-Encoding: utf-8<br>
RT-Squelch-Replies-To: <a href="mailto:USER@mydomain.com">USER@mydomain.com</a><br>
RT-DetectedAutoGenerated: true<br>
Content-Length: 196<br>
<br>
[Message body]<br>
-----------------------------<br>
<br>
<br>
Why would the function not detect<br>
-Precedence: bulk<br>
-Auto-Submitted: auto-replied<br>
in the header?<br>
<br>
<br>
Thanks<br>
Nik<br>
<p><font color="#500050">_______________________________________________<br><a href="http://lists.bestpractical.com/cgi-bin/mailman/listi.">http://lists.bestpractical.com/cgi-bin/mailman/listi.</a>..</font></p></blockquote>
</p>