| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Hello List, I am using SpamAssassin version 3.2.5 Postfix, amavis, clamd, *nix My question: All emails from localhost are tagged als ***Spam*** in the subject line. How can I avoid this ? Please help me. (Header-Merssage:Received: from localhost (unknown [127.0.0.1])) Regards, Oliver |
|
#2
|
| On Tue, 2008-08-26 at 00:40 +0200, GoodnGo.de (R) Zentrale wrote: > Hello List, > > I am using SpamAssassin version 3.2.5 > Postfix, amavis, clamd, *nix > > > My question: > All emails from localhost are tagged als ***Spam*** in the subject > line. > > How can I avoid this ? > Please help me. > > (Header-Merssage:Received: from localhost (unknown [127.0.0.1])) > since localhost is unknown, you might want to add it to your /etc/hosts > Regards, > Oliver -- Daniel J McDonald, CCIE #2495, CISSP #78281, CNX Austin Energy http://www.austinenergy.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkizN2wACgkQGvhCU13z7Ijd5gCgpiaMw9q5AK vpW717/LF+kQVI zx4An2DyJEJl2olkU9vyiltWq5puGdvr =Ky6Z -----END PGP SIGNATURE----- |
|
#3
|
| GoodnGo.de (R) Zentrale wrote: > Hello List, > I am using SpamAssassin version 3.2.5 > Postfix, amavis, clamd, *nix > My question: > All emails from localhost are tagged als ***Spam*** in the subject line. > How can I avoid this ? > Please help me. > (Header-Merssage:Received: from localhost (unknown [127.0.0.1])) Easy solution: Don't pass mail from localhost to spamassassin. Longer solution: What rules are being hit? |
|
#4
|
| > Easy solution: Don't pass mail from localhost to spamassassin. Hello Evan, how can I do that? (I am newbie) |
|
#5
|
| > My question: > All emails from localhost are tagged als ***Spam*** in the subject > line. since localhost is unknown, you might want to add it to your /etc/hosts Hello Dan,thanx, just did that ...Spmafilter is working fine.Just the Mails from server to server over web are tagged as spamWhat can I do?Oliver |
|
#6
|
| Since you're using amavis, you'd have to ask those folks. SA will scan anything given to it, so ... On Tue, Aug 26, 2008 at 01:05:39AM +0200, GoodnGo.de (R) Zentrale wrote: > >Easy solution: Don't pass mail from localhost to spamassassin. > > Hello Evan, > > how can I do that? > > (I am newbie) -- Randomly Selected Tagline: "How to knock yourself out: Take a large herring, make contact with back of head. Repeat if necessary." - Theo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (GNU/Linux) iD8DBQFIsz8PRnAwoQckjjoRAjvOAKDgvaj/0LIYtdEKkF46WC5+0QqykwCgyxlq Iik2RBvRr7T2tMRUkJ477Ic= =Vi1n -----END PGP SIGNATURE----- |
|
#7
|
| On 8/25/08, Theo Van Dinter wrote: > Since you're using amavis, you'd have to ask those folks. > SA will scan anything given to it, so ... > > On Tue, Aug 26, 2008 at 01:05:39AM +0200, GoodnGo.de (R) Zentrale wrote: > > >Easy solution: Don't pass mail from localhost to spamassassin. > > > > Hello Evan, > > > > how can I do that? > > > > (I am newbie) > As Theo says, this is an amavis (and/or postfix) issue. This should give you some ideas: http://www200.pair.com/mecham/spam/bypassing.html notably: http://www200.pair.com/mecham/spam/bypassing.html#1 You should also find examples in amavisd.conf and amavisd.conf-sample and the amavisd-new website. http://www.ijs.si/software/amavisd/a...html#pbanks-ex -- Gary V |
|
#8
|
| On Tue, 2008-08-26 at 00:40 +0200, GoodnGo.de (R) Zentrale wrote: > Hello List, > > I am using SpamAssassin version 3.2.5 > Postfix, amavis, clamd, *nix > > > My question: > All emails from localhost are tagged als ***Spam*** in the subject > line. > > How can I avoid this ? > Please help me. > > (Header-Merssage:Received: from localhost (unknown [127.0.0.1])) > > Regards, > Oliver What I do is I dont pass local mails through the scan at all. You dont expect spam from localhost ( else you are in much bigger trouble :-) ) I am sure amavis will have an option when to scan messages for spam and when not |
|
#9
|
| On Tue, 2008-08-26 at 01:10 +0200, GoodnGo.de (R) Zentrale wrote: > > My question: > > All emails from localhost are tagged als ***Spam*** in the subject > > line. > since localhost is unknown, you might want to add it to your /etc/hosts > Hello Dan,thanx, just did that ...Spmafilter is working fine.Just the Mails > from server to server over web are tagged as spamWhat can I do?Oliver As folks have said, this is an amavisd-new question, since you are using amavis... But the short answer is "policy banks". This link should get you started: http://www.ijs.si/software/amavisd/a...cs.html#pbanks example 1 seems to be what you are looking for... And now, back to questions specifically about spamassassin.... -- Daniel J McDonald, CCIE #2495, CISSP #78281, CNX Austin Energy http://www.austinenergy.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkiz53AACgkQGvhCU13z7IiHNACcC3/5gX5xwDHOQauRtkQ85JXw FicAoJC0DI0lielKrkldFGNFjOzp7UMx =IjDy -----END PGP SIGNATURE----- |
|
#10
|
| In my case, I setup Postfix to listen on 2 ports (that means 2 instances) - Regular port 25 will pass to SA - Another port will not pass to SA and we use this port to send mail to each other. Cheers, Hieu N. Le On Tue, Aug 26, 2008 at 6:22 PM, McDonald, Dan < Dan.McDonald@austinenergy.com> wrote: > On Tue, 2008-08-26 at 01:10 +0200, GoodnGo.de (R) Zentrale wrote: > > > My question: > > > All emails from localhost are tagged als ***Spam*** in the subject > > > line. > > since localhost is unknown, you might want to add it to your /etc/hosts > > Hello Dan,thanx, just did that ...Spmafilter is working fine.Just the > Mails > > from server to server over web are tagged as spamWhat can I do?Oliver > > As folks have said, this is an amavisd-new question, since you are using > amavis... But the short answer is "policy banks". > > This link should get you started: > http://www.ijs.si/software/amavisd/a...cs.html#pbanks > > example 1 seems to be what you are looking for... > > And now, back to questions specifically about spamassassin.... > > -- > Daniel J McDonald, CCIE #2495, CISSP #78281, CNX > Austin Energy > http://www.austinenergy.com > > |