Joshua,

You should use these lines and the following in amavisd.conf :

# Add X-Virus-Scanned header field to mail?
$X_HEADER_TAG = 'X-Virus-Scanned';      # (default: 'X-Virus-Scanned')

# Set to empty to add no header field # (dflt "$myproduct_name at $mydomain")
# $X_HEADER_LINE = "$myproduct_name at $mydomain";
# $X_HEADER_LINE = "by $myproduct_name using ClamAV at $mydomain";
$X_HEADER_LINE = "$myproduct_name $myversion_id ($myversion_date) at $mydomain";


You will obtain this as a result :

X-Virus-Scanned: amavisd-new 2.5.1 (20070531) at xxx.fr
X-Spam-Flag: NO
X-Spam-Score: 0.601
X-Spam-Level:
X-Spam-Status: No, score=0.601 tagged_above=0 required=5.8 tests= [BAYES_50=1,
        EXCUSE_REMOVE=0.001, L_P0F_D18=0.6, L_P0F_Unix=-1]
X-Amavis-OS-Fingerprint: OpenBSD 3.0-3.9 (up: 208 hrs), (distance 18, link:
        ethernet/modem), [63.228.64.60]


For fingerprinting I use p0f //


Have a nice day.

Le 26 juin 07 à 04:28, Joshua J. Kugler a écrit :

Setup:
Postfix 2.2.10
Amavisd-new 2.3.3
Spamassassin 3.1.0a

I have Postfix and Amavis configured and working correctly. Mail is received by Postfix and sent through Amavis, and is sent back to Postfix, and arrives
in the user's mailbox.  I have spamassassin installed and the rulesets
installed.

Using spamassassin from the command line generates output like:

X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.warbelows.com
X-Spam-Level: ****
X-Spam-Status: No, score=4.2 required=5.0 tests=MISSING_HB_SEP,
MISSING_HEADERS,MISSING_SUBJECT,NO_RECEIVED,NO_RELAYS,TO_CC_NONE
        autolearn=no version=3.1.0

And in my Amavis config file, I have:

$sa_tag_level_deflt  = -999

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Gregober ---> PGP ID --> 0x1BA3C2FD
bsd @at@ todoo.biz
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

P "Please consider your environmental responsibility before printing this e-mail"


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to