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
> configure inbound or outbound respectively?

(maybe) say in other words:

   if ( xxxflag ) rc = SMFIS_ACCEPT; /* doesn't bounce, discard, reject */
      rc = SMFIS_DISCARD;

then:

   if(strcmp(remoteIP, "127.0.0.1") == 0) {
   
      /* outbound check by outbound check configuration. */
   
   } else {
   
      /* inbound check by inbound check configuration. */
   }


Perhaps it's not so easy...


SAITOU Toshide


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to