blob: 4445d0fe413b33431f2ad04269b11b06605b9b0a (
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
48
49
50
51
52
53
54
55
56
57
58
59
60
|
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
- smtp transport
++ An "international" flag on the message?
++ An is-international expansion condition?
++ helo-time option handling
++ conversion of utf-8 domains for DNS rfc5890
-- MSA mode: convert on forward?
--- mua-wrapper
--- acl control?
++ flag in spool file
retries
- apply to a-label or utf8 form?
dsn handling rfc6533
- ORCPT param: utf8 vs. unitext encoded
-- to/from unitext expansions ( foo\x{HEXPOINT} - 2-6 hex digits )
logging
++ - international msg
- presentation of local-part in log
-- a log option?
encoding of local_part
++ Recieved-by header tracking info
++ - WITH protocol types get UTF8 prefix
++ - use for logging also
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
non-smtp input
|