Bernd Wurst writes:

> I took the above to mean that if ipout.206.221.219.123 was empty
> then it would use the file extension as the IP to use. Maybe it's
> unclear exactly what "same address" is referring to.

I think you are right, it should work without adding the IP address as
content. Perhaps there is a bug?

Yes. That's how it should work, as documented. Worked for me, but I think I know where the bug is. According to my read of fgets(3), it always null- terminates the read buffer upon return. With an empty file it gets an EOF right away and returns a NULL, and perhaps some fgets(3) implementations out there do not null-terminate in those cases.

Attachment: pgph6CMjTErwY.pgp
Description: PGP signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to