in 0.80, structure of clamav-milter.c is totally changed. I'm trying to use the localnets part of the new clamav-milter.c to build a whitelist.
When I add an ip address with 32 bit netmask to the localnets list, clamav stops scanning not just emails originating from that ip but all emails.
Can you please tell me how to fix this problem..
The mask is inverted. You want 0 bits, not 32.
That tripped me up, too. I guess it was written by a C coder, not a network guy.
Anyone who did MAKEMASK(24) thinking they were only opening up their /24 had better go change that to MAKEMASK(8), etc.
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
