inbound mail but force scan outbound mail
from our SMTP server. But I don't know it is possible under
MILTER, so I use above --local option instead.
SAITOU Toshihide
---
This SF.Net email sponsored by Black Hat Briefings & Training.
(possible = forcescanAddresses; *possible; possible++) {
/* */
return SMFIS_CONTINUE;
}
for(possible = notscanAddresses; *possible; possible++) {
/* */
return SMFIS_ACCEPT;
}
SAITOU Toshihide
---
This SF.Net
From: SAITOU Toshihide <[EMAIL PROTECTED]>
Date: Fri, 11 Jun 2004 21:47:55 +0900 (JST)
> Any plan to add the functionality which force clamav-milter
> only adds X-headers and send notification to postmaster, but
> doesn't bounce, discard, reject etc. furthermore it can
&g
Hi,
Any plan to add the functionality which force clamav-milter
only adds X-headers and send notification to postmaster, but
doesn't bounce, discard, reject etc. furthermore it can
configure inbound or outbound respectively?
SAITOU Tosh