> # Should the script send an email to the postmaster of the server > our $send_to_postmaster =3D 1;
This is typically no good, either. Unless a routine is implemented that looks up the appropriate email domain, all this does is notify [EMAIL PROTECTED] It *can* be done, though: - Do an nslookup on the connecting IP address. - If you get a usable response, query abuse.net for the abuse address of = the domain. - Send the notice to the abuse address. _____ Bowen Moursund - 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]
