On Tue, 20 Nov 2007, Gerrit E.G. Hobbelt wrote: > If you use -SI (-PI / -XI / -FI / -CI / -WI ) <ip[:port]> with the > optional [:port] section included to specify a non-standard port for the > <ip> interface address(es), you're SOL as the code calls the appropriate > routine but does not extract the decoded port for further use, nor does > it mix well with any attempt at using the -Sp <port> (-Pp / -Xp / > etc.etc.) commands as an alternative attempt to set the custom port in > there. > > Added to the fix: extra check to make sure you CANNOT specify more > interfaces than XMAIL has compiled support for (MAX_ACCEPT_ADDRESSES): > if you specify more, an error will be reported.
This has been fixed in another way. hint: when you find yourself doing too much cut&paste, that's the time to start a new function. Note that MAX_ACCEPT_ADDRESSES is 32 though, and I doubt anyone will manually need to add more than 32 binds per protocol. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
