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 #11.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2011-07-24 00:12:52 +02:00
parent 9518c39417
commit ea5d225aa4
2 changed files with 39 additions and 23 deletions

View file

@ -1,3 +1,11 @@
Version 0.5
* Add syntax check for mail addresses.
Change documentation accordingly.
Fixes #11.
Thomas Hochstein <thh@inter.net> Sat Jul 23 23:53:22 2011 +0200
Version 0.4
* Add overrides for configuration (MAIL FROM/EHLO).