[exim-dev] [Bug 118] support for DSN

Top Page
Delete this message
Reply to this message
Author: Git Commit
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 118] support for DSN
------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=118

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???





--- Comment #9 from Git Commit <git@???> 2014-05-21 17:17:09 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/6c1c3d1dbe1a62ffd24ad9b3cd9efdfe275c74c5

commit 6c1c3d1dbe1a62ffd24ad9b3cd9efdfe275c74c5
Author:     Wolfgang Breyha <wbreyha@???>
AuthorDate: Wed May 21 16:21:46 2014 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Wed May 21 16:41:49 2014 +0100


    rfc3461 support - mime dsn messages.    bug 118
----
 doc/doc-txt/experimental-spec.txt |   58 ++++++
 src/README.DSN                    |  141 ++++++++++++++
 src/exim_monitor/em_globals.c     |    5 +
 src/src/EDITME                    |    2 +
 src/src/config.h.defaults         |    1 +
 src/src/deliver.c                 |  373 ++++++++++++++++++++++++++++++++++++-
 src/src/exim.c                    |   13 ++
 src/src/globals.c                 |   15 ++
 src/src/globals.h                 |    7 +
 src/src/local_scan.h              |    4 +
 src/src/macros.h                  |   23 +++
 src/src/readconf.c                |    3 +
 src/src/receive.c                 |    4 +
 src/src/route.c                   |   28 +++
 src/src/smtp_in.c                 |  171 +++++++++++++++++
 src/src/spool_in.c                |   71 +++++++-
 src/src/spool_out.c               |   30 +++-
 src/src/structs.h                 |    9 +
 src/src/tls.c                     |    2 +-
 src/src/transport.c               |    5 +
 src/src/transports/smtp.c         |  100 ++++++++++
 21 files changed, 1060 insertions(+), 5 deletions(-)



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email