pepino.is-a-geek.org is a host with an A record, so I sent an email to
boricua(a)pepino.is-a-geek.org.  I asked if he got it.

boricua wrote:

> i did
> and here are the headers

<snip>
> Delivered-To: boricua(a)pepino.is-a-geek.org
> Received: from localhost (localhost [127.0.0.1])
>         by pepino.is-a-geek.org (Postfix) with ESMTP id EA01C10AB6
>         for <boricua(a)pepino.is-a-geek.org>; Sun,  7 Aug 2005 15:23:45 -0400 
> (EDT)
> Received: from pepino.is-a-geek.org ([127.0.0.1])
> by localhost (pepino [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
> id 08139-02 for <boricua(a)pepino.is-a-geek.org>;
> Sun,  7 Aug 2005 15:23:41 -0400 (EDT)
> Received: from mail.johnmecham.com (mail.johnmecham.com [65.73.174.13])
>         by pepino.is-a-geek.org (Postfix) with ESMTP id 7582E10153
<snip>
> X-Virus-Scanned: amavisd-new at pepino.is-a-geek.org
> X-Spam-Status: No, hits=0 required=6.31 tests=
> X-Spam-Level:

Here are the (3) headers that amavisd-new (on your server) wrote, it is working.

> but no report status
> why no x-spam-report

Amavisd-new will discard reports from other servers by default.

Do you still want to see the "X-Spam-Status-Local:" and
"X-Spam-Report:" that the other server wrote? If you do, then add:
$remove_existing_spam_headers = 0;
to amavisd.conf. Remember that just because the other server says it
is spam does not mean your server will say it is spam. I don't know if
the other server only writes those header when the mail is spam or
not, but you would know.

Also, change:
@local_domains_maps = ( [".$mydomain" , 'localhost' , '.despiertapr.com', 
'is-a-geek.org'] );
to:
@local_domains_maps = ( [".$mydomain" , 'localhost' , '.despiertapr.com', 
'.is-a-geek.org'] );
                                                                           ^

The period insures that anything in that domain will match (and
therefore be considered local).



-------------------------------------------------------
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/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to