summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Allow unqualified sender addressDavid Bremner2018-01-27
* Merge tag '2.1' into upstreamDavid Bremner2017-11-11
|\
| * Bump copyright year to 2017Bruce Guenter2017-10-25
| * On architectures where the type (time_t) resolves to (ulong),Felix Lechner2017-10-24
| * sendmail: explicitly pass along empty senderSebastian Wiedenroth2017-06-13
| * nullmailer-dsn: Restore the --max-lines options and fix testsBruce Guenter2017-03-01
| * nullmailer-inject: Drop leading "From " linesBruce Guenter2017-03-01
| * nullmailer-dsn: Default to copying only the header instead of whole messageBruce Guenter2017-02-28
* | Importing nullmailer-2.0.tar.gzDavid Bremner2017-07-31
* | Merge tag '2.0' into upstreamDavid Bremner2017-07-31
|\|
| * Update dates in sources and READMEBruce Guenter2016-01-22
| * Rework path handling to allow for testing anywhereBruce Guenter2016-01-22
| * dsn: Add controls to limit how much of the message to copyBruce Guenter2016-01-21
| * Fix problems found by "make distcheck"Bruce Guenter2016-01-21
| * dsn: Allow for directing all bounces to a fixed addressBruce Guenter2016-01-20
| * dsn: Fix Content-Type header and add a testBruce Guenter2016-01-20
| * Merge branch 'bounce'Bruce Guenter2016-01-20
| |\
| | * send: Catch the output from protocols for the DSN diagnostic codesBruce Guenter2016-01-19
| | * send: Ignore dotfiles in the queueBruce Guenter2016-01-19
| | * send: Add support for generating bounce messagesBruce Guenter2016-01-19
| | * lib: Add program_path function for calculating program namesBruce Guenter2016-01-19
| | * lib: Add support for generic FD redirection in fork_execBruce Guenter2016-01-19
| | * send: Use fork_exec to execute the protocolBruce Guenter2016-01-19
| | * lib: Add fork_exec wrapper class for launching sub-programsBruce Guenter2016-01-19
| | * lib: Add helper to close FDs at function returnBruce Guenter2016-01-19
| | * dsn: Generalized --smtp-diagnostic option to --diagnostic-codeBruce Guenter2016-01-19
| | * Merge branch 'master' into bounceBruce Guenter2016-01-15
| | |\
| | * | Modified -send to move permanently failed messages into a failed directory.Bruce Guenter2009-10-19
| | * | Added a timestamp to the internal per-message data in -send.Bruce Guenter2009-10-19
| | * | Modified -dsn to automatically generate DDNs for 4.#.# status codes.Bruce Guenter2009-10-19
| | * | Completed the implementation of nullmailer-dsnBruce Guenter2009-10-19
| | * | Renamed nullmailer-bounce to -dsn, as it will be used to create DDNs too.Bruce Guenter2009-10-19
| | * | Started implementation of the nullmailer-bounce program.Bruce Guenter2009-10-19
| * | | Merge branch 'log-envelope'Bruce Guenter2016-01-19
| |\ \ \
| | * | | send: Also log the Message-Id headerBruce Guenter2016-01-19
| | * | | send: Add support for logging envelope contentsBruce Guenter2016-01-19
| * | | | inject: Add support for setting a null sender with -fBruce Guenter2016-01-14
| * | | | inject: Add a use_header_sender flagBruce Guenter2016-01-14
| | |_|/ | |/| |
| * | | Update the configure system for newer autoconf/automakeBruce Guenter2016-01-14
| * | | queue: Accept empty envelope sender addressBruce Guenter2016-01-13
| * | | queue: Fix an envelope validation check and add testsBruce Guenter2016-01-13
| * | | inject: Report errors on stderr, not stdoutBruce Guenter2016-01-12
| |/ /
| * | send: Add support for quoted options to the "remotes" fileBruce Guenter2015-05-21
| * | Merge branch 'pipe-options'Bruce Guenter2015-05-17
| |\ \
| | * | send: Send all options to protocol modules on a pipe on FD 0, and message on ...Bruce Guenter2015-05-17
| | * | send: Turn options list into string (dummy commit)Bruce Guenter2015-05-17
| * | | queue: Add an "allmailfrom" control file, to force a fixed senderBruce Guenter2013-09-13
| * | | queue: Drop the remapadmin booleanBruce Guenter2013-09-13
| * | | queue: Rename parameter to validate_addr to avoid confusionBruce Guenter2013-09-04
| |/ /
| * | send: Reorganize exec_remote to be a member of struct remoteBruce Guenter2013-04-18