> From: Mark Martinec <[EMAIL PROTECTED]> > Subject: Re: [AMaViS-user] SpamAssassin Header question > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Matt, > > > read_hash(\%local_domains, '/etc/postfix/relay_domains'); # cat > > /etc/postfix/relay_domains merchant-gould.com OK > merchantgould.com OK > > > > $mydomain = 'merchantgould.com'; > > $myhostname = 'mailgw3.merchantgould.com'; > > > Nov 2 11:32:27 mailgw3 amavis[31474]: (31474-07) Passed SPAMMY, > > [89.34.223.28] [89.34.223.28] <[EMAIL PROTECTED]> -> > > <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>, > > > What am I missing on this? Why are the following headers not being > > added? > > X-Spam-Flag: YES > > X-Spam-Score: 10.398 > > X-Spam-Status: Yes, score=10.398 tag=5.5 tag2=10 kill=15 tests=... > > Subject = ***JUNK***... > > merchant-gould.com does not match local domains, which only > lists a domain merchantgould.com > > Mark
Thanks as always Mark. What didn't show properly in my original email was the following: [EMAIL PROTECTED]:/home/# cat /etc/postfix/relay_domains merchant-gould.com OK merchantgould.com OK I thought historically this worked. In any event, I forced the value in amavisd.conf and it appears to be working. @local_domains_maps = ( [".$mydomain", "merchant-gould.com"] ); Matt Sorry, I've read ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
