Handle unquoted fullname when parsing email.

This commit is contained in:
Stuart Gathman
2008-01-09 20:15:49 +00:00
parent 10f4f2613e
commit 632e7b4248
3 changed files with 33 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
Add parseaddr test case for 'foo@bar.com <baz@barf.biz>'
Check ESMTP NOTIFY before sending real DSNs. Just use CBV if DSNs are
not wanted.
Support CBV to local domains and cache results so that invalid users
can be rejected without maintaining valid user lists.