summaryrefslogtreecommitdiff
path: root/local.c
AgeCommit message (Collapse)Author
2007-01-27Prevent segfault expanding %F in the MDA string when the reverse path is not ↵José Fonseca
specified.
2005-03-10Do not pass multiple address to the MDA quoted as a single argument ↵José Fonseca
(Kusanagi Kouichi).
2004-02-18Fail when no configuration file is found.José Fonseca
Fix typo in the lexer. Fix compiler warning.
2003-07-14Check th MDA return status. Fixed a bug the input buffering which when usingJosé Fonseca
the '-t' option and piping the input caused the parsed headers to be lost. Undo the inclusion of the debian directory and the source package. Tweak the dpkggen.sh script.
2003-07-05Minor fixes to the man page.José Fonseca
Fixed some minor memory leaks.
2003-07-05Better documentation.José Fonseca
Support for more sendmail options. Error verification for libESMTP calls.
2003-07-04Search for the global configuration file.José Fonseca
Do not make the CRLF line translation for the MDA pipe.
2003-07-03Documentation and packaging fixes for the latest changes.José Fonseca
2003-07-03Exit with an error code immediately whenever an error.José Fonseca
Extensive use of xmalloc and friends.
2003-07-03Modularization of the code.José Fonseca
Hability to get the recipients from the message headers. Local delivery via a MDA.