-
Logged In: YES
user_id=116365
I should have added, use of forged sender strings can be
cause for a server to be blacklisted. This patch will
prevent a web server from being blacklist if one user of it
forgets to configure a sender address for a script.
I am also working on a patch for Net::SMTP that will change
the default HELO string from localhost.localdomain, which
can also cause a...
2006-03-29 19:05:33 UTC by ccandreva
-
Mail::CheckUser defaults to a sender address of
check@user.com . This is not friendly behavior towards
user.com.
A more correct default would be the null sender
address, . This patch changes that default
behavior. It includes a documentation update.
2006-03-29 18:57:12 UTC by ccandreva
-
when checking postmaster@angeltek.net :
Checking angeltek.net ...
========================================
check_email: checking "postmaster@angeltek.net"
check_hostname_syntax: checking "angeltek.net"
check_hostname_syntax: check result is ok: [0] correct
hostname syntax
check_username_syntax: checking "postmaster"
check_username_syntax: check result is ok: [0] correct
username...
2004-12-05 13:49:47 UTC by alex_k78
-
Sorry forgot a bit:
Here is info on Internationalized Domain Names:
http://www.verisign.
com/products-services/naming-and-directory-services/naming-services/intern
ationalized-domain-names/index.html
greets,
Edgar.
2004-08-11 15:54:11 UTC by nobody
-
Internationalized Domain Names (IDNs) are not supported yet.
E.g. the valid adress someone@küssen.de is being treated as an invalid
adress.
Your $HOSTNAME_RE should use locale smart RegExps instead of the
unflexible [a-zA-Z] stuff. See http://faq.perl.org/perlfaq6.html.
Anyway thanks for the module,
Edgar.
2004-08-11 15:52:21 UTC by nobody
-
hookbot committed patchset 106 of module Mail-CheckUser to the Mail-CheckUser CVS repository, changing 1 files.
2004-07-28 21:38:07 UTC by hookbot
-
hookbot committed patchset 105 of module Mail-CheckUser to the Mail-CheckUser CVS repository, changing 1 files.
2004-07-28 21:29:24 UTC by hookbot
-
hookbot committed patchset 104 of module Mail-CheckUser to the Mail-CheckUser CVS repository, changing 1 files.
2004-07-28 21:24:46 UTC by hookbot
-
hookbot committed patchset 103 of module Mail-CheckUser to the Mail-CheckUser CVS repository, changing 1 files.
2004-07-20 17:24:03 UTC by hookbot
-
hookbot committed patchset 102 of module Mail-CheckUser to the Mail-CheckUser CVS repository, changing 1 files.
2004-07-20 17:11:05 UTC by hookbot