Send DSN to return path address

This commit is contained in:
M66B
2021-02-01 11:54:43 +01:00
parent be7d139f5d
commit c7040d1af1
7 changed files with 2387 additions and 5 deletions

View File

@@ -148,6 +148,7 @@ public class EntityMessage implements Serializable {
public Boolean reply_domain; // differs from 'from'
public String avatar; // lookup URI from sender
public String sender; // sort key: from email address
public Address[] return_path;
public Address[] submitter; // sent on behalf of
public Address[] from;
public Address[] to;