http://bugzilla.spamassassin.org/show_bug.cgi?id=4619
------- Additional Comments From [EMAIL PROTECTED] 2005-10-17 07:36 -------
> I added in those changes and commited it in revision 325836.
> Closing the bug again.
Sorry for coming late for lunch.
> --ipv4only, --ipv4-only, --ipv4 Disable attempted use of ipv6 for DNS
May I suggest different option names, along the precedences
that I'm familiar with:
ssh:
-4 Forces ssh to use IPv4 addresses only.
-6 Forces ssh to use IPv6 addresses only.
telnet:
-4 Forces telnet to use IPv4 addresses only.
-6 Forces telnet to use IPv6 addresses only.
ftp:
-4 Forces ftp to only use IPv4 addresses.
-6 Forces ftp to only use IPv6 addresses.
rsync:
-4, --ipv4 prefer IPv4
-6, --ipv6 prefer IPv6
dig:
The -4 option forces dig to only use IPv4 query transport.
The -6 option forces dig to only use IPv6 query transport.
wget:
-4 --inet4-only
-6 --inet6-only
curl:
-4/--ipv4
If libcurl is capable of resolving an address to multiple IP
versions (which it is if it is ipv6-capable), this option tells
libcurl to resolve names to IPv4 addresses only.
-6/--ipv6
If libcurl is capable of resolving an address to multiple IP
versions (which it is if it is ipv6-capable), this option tells
libcurl to resolve names to IPv6 addresses only.
By default all these applications use whatever is available,
with a first choice being IPv6 if available. The choice of
-4 and -6 seems to be universal, while other option aliases differ.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.