<br><br><div class="gmail_quote">On Feb 17, 2008 9:32 PM, Erek Dyskant <<a href="mailto:erek@blumenthals.com">erek@blumenthals.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br></div>RT includes a Precedence: Bulk header, which is normally a hint to<br>vacation autorepliers that an autoreply is not wanted.  However, Yahoo<br>  sticks any Precedence: Bulk mail into the bulk folder.<br>
<br>If it's a problem you really need fixed, it'd be possible to hack the<br>RT code to not include a Bulk header when sending to Yahoo domains.<br>I'm probably going to do this soon as I have a lot of Yahoo users, and<br>
Yahoo doesn't seem likely to change this particular policy.<br><font color="#888888"><br><br></font></blockquote><div><br>Yes we have already (few months back) patched RT not add 'Precedence: bulk' to emails, however yahoo  problem exists even after that.<br>
<br>If you are interested in disabling 'Precedence: bulk' then you can easily do it in a file <br><br>
/usr/lib/perl5/vendor_perl/5.8.8/RT/Action/SendEmail.pm (we have rt installed from rpm your path may be different)<br><br>and then comment lines saying ...<br><br>$self->SetHeader( 'Precedence', "bulk" )<br>
unless ( $self->TemplateObj->MIMEObj->head->get("Precedence") );<br><br>Regards. Askar<br></div></div>