-
It's not just the ip6 directive that doesn't work, ipv6 seems completely broken. In trying to fix this myself, I find that ipv6 addresses are not formatted before being passed into libmarid. That was easy to fix, but then when the ip4 directive gets an ip6 address it will permerror which is also wrong. Pretty easy to fix. But this does indicate that the whole milter has had no testing with...
2009-10-19 06:06:24 UTC by jeffanton
-
I am not sure it is a bug or not. I am testing sid-milter-1.0.0 with the peerlist patch. I wrote peerlist file like this.
----------
192.168.0.0/24
127.0.0.1/32
2002:1111:2222::/64
::1/128
----------
Those IPv4 addresses are working, but IPv6 addresses are not. Please suggest me.
2009-10-07 03:40:15 UTC by sataketoru
-
sm_marid_scan_ip_canon is called by sm_marid_dir_ip6. However, sm_marid_scan_ip_canon can't parse IPv6 address apparently.
2009-10-06 14:40:18 UTC by izo00
-
Added a second patch which stops a segfault in some cases.
2009-06-27 01:37:49 UTC by jeffanton