View Issue Details

IDProjectCategoryView StatusLast Update
0000011checkmail[All Projects] Generalpublic2011-07-24 01:02
ReporterthhAssigned Tothh 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Product Version0.4Product Build 
Target Version0.5Fixed in Version0.5 
Summary0000011: syntax of mail address should be checked
Descriptioncheckmail does not verify the syntactic validity of an address.

That leads to subsequent errors like those:
thh@littlelamb:~> ./checkmail.pl domain.example
  * Testing domain.example ...
Use of uninitialized value $domain in printf at ./checkmail.pl line 296.
    No MX records found for : NOERROR (empty response)
TagsNo tags attached.

Activities

thh

thh

2011-07-24 01:00

administrator   ~0000024

Fix committed to master branch as ea5d225aa40f7a9017e459c08a99ac6a17261ac4.

Related Changesets

checkmail: master ea5d225a

2011-07-23 22:12:52

thh

Details Diff
Add syntax checking for mail addresses.

* Add check against regexp from
http://www.regular-expressions.info/email.html
* Change documentation accordingly.
* Bump version number to 0.5

Fixes 0000011.

Signed-off-by: Thomas Hochstein <thh@inter.net>
Affected Issues
0000011
mod - ChangeLog Diff File
mod - checkmail.pl Diff File

Issue History

Date Modified Username Field Change
2010-07-10 19:22 thh New Issue
2010-10-11 11:32 thh Assigned To => guest
2010-10-11 11:32 thh Status new => acknowledged
2010-10-11 11:33 thh Target Version => 0.5
2011-07-24 00:15 thh Changeset attached => checkmail master 879eafcf
2011-07-24 00:15 thh Status acknowledged => resolved
2011-07-24 00:15 thh Resolution open => fixed
2011-07-24 00:29 thh Fixed in Version => 0.5
2011-07-24 00:56 thh Changeset attached => checkmail master ea5d225a
2011-07-24 01:00 thh Changeset attached => checkmail master ea5d225a
2011-07-24 01:00 thh Note Added: 0000024
2011-07-24 01:02 thh Status resolved => closed