This is a discussion on Re: [AMaViS-user] spam in inbox within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; boricua wrote: >> I would also change: >> $sa_tag_level_deflt = 2.0; >> to: >> $sa_tag_level_deflt = undef; &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
boricua wrote:
>> I would also change: >> $sa_tag_level_deflt = 2.0; >> to: >> $sa_tag_level_deflt = undef; >> >> so YOUR amavisd-new will create a X-Spam-Report report on every mail, spam or not. >> >> Gary V >> > i did this but i still dont see x-spam-report > ontent-Disposition: inline You MUST do these other two parts also: $mydomain = 'is-a-geek.org'; @local_domains_maps = ( [".$mydomain", 'localhost', '.despiertapr.com'] ); > do u pas bad header or discard them ? D_PASS >> $mydomain = 'pepino.is-a-geek.org'; >> needs to be: >> $mydomain = 'is-a-geek.org'; > but pepino is part of the domain It is a host in the domain, you need to use the domain name, not a host name. If you don't want to change this, then at least change this: @local_domains_maps = ( [".$mydomain", '.is-a-geek.org', 'localhost', '.despiertapr.com'] ); Gary V ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|