Re: [Clamav-users] clamav and smtp-vilter: not scan for certain domains

2004-06-24 Thread SAITOU Toshihide
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.

[Clamav-users] improve `--local' option

2004-06-12 Thread SAITOU Toshihide
(possible = forcescanAddresses; *possible; possible++) { /* */ return SMFIS_CONTINUE; } for(possible = notscanAddresses; *possible; possible++) { /* */ return SMFIS_ACCEPT; } SAITOU Toshihide --- This SF.Net

Re: [Clamav-users] force clamav-milter to only adds X-headers and send notification

2004-06-12 Thread SAITOU Toshihide
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

[Clamav-users] force clamav-milter to only adds X-headers and send notification

2004-06-11 Thread SAITOU Toshihide
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