> PRIORITY_NO_NAME was not fixed, because we are not the ones that should > fix it. X-Mailer is added in 1.4.3 in order to avoid triggers in unfixed > spamassasin installs. Currently SpamAssassin 3.0 is already released and > contains User-Agent string checks. SquirrelMail 1.4.4 and 1.5.1 won't add > X-Mailer header. > > If SquirrelMail triggers PRIORITY_NO_NAME rule in SpamAssassin, ask to fix > that spamassassin install or ask to lower PRIORITY_NO_NAME scores. The fix > is only one new line and one modified line in rules/20_head_tests.cf > > Talks about Recieved From: header inserted by SquirrelMail, can be found > at > https://sourceforge.net/tracker/index.php?func=detail&aid=847107&group_id=311&atid=100311 > > SquirrelMail 1.5.1 contains options that disable that header, but if > 1.5.1cvs implementation does not change, I'll argue against porting it to > any stable squirrelmail release or making that option visible to > squirrelmail installer or end users. > > -- > Tomas
Hey Tomas!! Thanks again I commented out the four lines creating the offending header (and by reading the bug report I see that it is not what one would want to do if hosting mail for many users (but then I would have a static IP and this would never have come up!) But after commenting out the four lines in question my mail does not get marked as spam by Hotmail and Yahoo!!! Maybe I will take it to the dev list to see what, if any other drawbacks there are to this workaround (Tomas maybe you are a developer based on your knowledge, do you know of any undesirable side-effects my actions may cause?). To all I am sorry if I got a little testy in this thread. Thank you for putting up with me and continuing to assist through it all, without losing your cool. I know of a few other lists that are not so kind! If you are curious here are the 4 lines I commented out (263, 264, 265, 266): [...] 262> $header = array(); 263># $header[] = "Received: from $received_from" . $rn; 264># $header[] = " (SquirrelMail authenticated user $username)" . $rn; 265># $header[] = " by $SERVER_NAME with HTTP;" . $rn; 266># $header[] = " $date" . $rn; 267> /* Insert the rest of the header fields */ [...] Thanks again for all of your help, JP ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
