I'm having an issue where some mail is getting scanned by spamasssassin and some is not. Example headers and my /etc/postfix/master.cf follow. Any ideas or better places to look for help would be appreciated.

Thanks,
Oscar

appears to not be scanned

Return-Path: <[EMAIL PROTECTED]>
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: by mail.treemedia.com (Postfix, from userid 99)
        id 4EC47330B0; Fri, 13 May 2005 11:06:42 -0700 (PDT)
Received: from verizon.net (a213-22-58-203.netcabo.pt [213.22.58.203])
        by mail.treemedia.com (Postfix) with SMTP id 25E5733097
        for <[EMAIL PROTECTED]>; Fri, 13 May 2005 11:06:38 -0700 (PDT)
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Cheap Pharmacy hf

scanned

Return-Path: <20_14326_8/[EMAIL PROTECTED]>
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: by mail.treemedia.com (Postfix, from userid 99)
id 4D39333870; Tue, 10 May 2005 17:23:17 -0700 (PDT)
Received: from delivery.pens.microsoft.com (delivery.pens.microsoft.com [207.46.248.68])
by mail.treemedia.com (Postfix) with ESMTP id 1595433869
for <[EMAIL PROTECTED]>; Tue, 10 May 2005 17:23:14 -0700 (PDT)
Received: from TK2MSFTDDSQ05 ([10.40.2.126]) by delivery.pens.microsoft.com with Microsoft SMTPSVC(6.0.3790.211);
Tue, 10 May 2005 17:11:31 -0700
Thread-Topic: Microsoft Security Bulletin Summary for May 2005
thread-index: AcVVvfwZ7ZF9mMpHTfKnQq0X8dbJwQ==
Reply-To: "Microsoft" <20_14326_8/[EMAIL PROTECTED]>
From: "Microsoft" <20_14326_8/[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Microsoft Security Bulletin Summary for May 2005
Date: Tue, 10 May 2005 17:11:31 -0700
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
X-OriginalArrivalTime: 11 May 2005 00:11:31.0935 (UTC) FILETIME=[FC42E6F0:01C555BD]
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on oak.treemedia.com
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham
version=3.0.3

/etc/postfix/master.cf

# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
-o content_filter=spamassassin
#smtps inet n - n - - smtpd
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - n - - smtpd
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 nqmgr
#tlsmgr fifo - - n 300 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
bigandslow unix - - n - - smtp -o smtp_connect_tim
eout=20
relay unix - - n - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/bin/cyrdeliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
cyrus unix - n n - - pipe
user=cyrus argv=/usr/bin/cyrdeliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipi
ent
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
${user} ${extension}
spamassassin unix - n n - - pipe
user=nobody argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${re
cipient}
trace unix - - n - 0 bounce
verify unix - - n - 1 verify

_______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to