Hello,

Were using sendmail and their feature mailertable for forwarding certain
domains to other mail servers. (using "somedomain.com      
esmtp:[mail.somedomain.com]")

When an email comes in for one of these forwarded domains it will check
our greylist, our clamav, but will not do a spamassassin check.


Our sendmail.mc looks like: (skipped the first part)
#########################################
dnl # greylist settings
INPUT_MAIL_FILTER(`greylist',
        `S=local:/var/run/milter-greylist/greylist.sock')dnl

define(`confMILTER_MACROS_HELO', `{verify}, {cert_subject}')dnl

dnl # spamassassin settings
INPUT_MAIL_FILTER(`spamassassin',
         `S=local:/var/run/sendmail/spamass.sock, F=,
         T=S:6m;R:9m;E:16m')dnl


dnl # clamav-milter plugin form ClamAV Virus Scanner
include(`/etc/mail/m4/clamav-milter.m4')dnl

MAILER(local)dnl
MAILER(smtp)dnl
########################################

It's been a long time since I've gotten into the bowels of the
spamassassin, sendmail setup and at this point I cannot figure out why
when these emails come in for these forwarded domains they checked for
greylist, clamav but not spamassassin.

Anyone have an Idea?

Thanks,

Ken

Reply via email to