I'm sorry for too many post.

Clamav-milter can sort addresses for scan by `--local'
option now, but I think better to replace this by two flags
`force scan IP addresses' and `not scan IP addresses'.

It's not so difficult though I'm not a programmer.

   for(possible = forcescanAddresses; *possible; possible++) {
      /* */
      return SMFIS_CONTINUE;
   }

   for(possible = notscanAddresses; *possible; possible++) {
      /* */
      return SMFIS_ACCEPT;
   }


SAITOU Toshihide


-------------------------------------------------------
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