blob: d2d31ef073acfa62436f469246b0d8acd65b5c74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
Spec documents:
RFC6530 Overview and Framework for Internationalized Email
RFC5890 Internationalized Domain Names for Applications (IDNA):
Definitions and Document Framework
RFC6533 Internationalized Delivery Status and Disposition Notifications
- rcpt verification for an internationalized message should require the
destination supports the SMTPUTF8 extension
- transport ditto; nonsupport equates to perm-rej an triggers a bounce
- DSN support extended per rfc 6533
======================
to-Alabel convert of helo name
++ An "international" flag on the message?
++ An is-international expansion condition?
++ helo-time option handling
conversion of utf-8 domains on input rfc5890
- deconversion on forwarding
- deconversion for trace headers
dsn handling rfc6533
logging
- international msg
- presentation of local-part in log
-- a log option?
encoding of local_part
encoding transform string-expansions
Recieved-by header tracking info
- WITH protocol types get UTF8 prefix
forwarding checks rfc6530 7.1 -3-
- rcpt-time rejects get 533 mailbox name not allowed
- mail-time rejects get 550 mailbox unavailable
- bounces (see dsn handling)
expansions for to- and from-Alabel ? bug1567
enhanced status codes? rfc5248++
VRFY
EXPN
|