|
List-Managers (April 1996) |
> I'm seeing all list subscribes that have accounts on > ix.netcom.com bouncing back as 'user unknown'. One of the cgi scripts I've inherited has the following: $addr =~ tr/A-Z/a-z/; ($user,$host) = $addr =~ /(.*)\@(.*)/; $host = "netcom.com" if $host =~ /ix.netcom.com$/; $host = "prodigy.com" if $host =~ /prodigy.com$/; $host = "aol.com" if $host =~ /aol.com$/; The "ix.netcom.com" hosts are ppp hosts. -Joe
|