Noel J. Bergman schrieb: >> + except KeyError: >> + from_addr = "root@" + socket.getfqdn() >> > > Why are we defaulting to root?
I just use root because it was the first which come in my mind. I don't think this is bad. But maybe 'anonymous' is better. WDYT ? bye Norman Ps: I only set this value to root if the os.environ['USER'] throw an exception. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
