summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
2009-12-24Make force_mda in the esmtprc to work with the -t option (based on patch by ↵José Fonseca
Sourav K. Mandal). force_mda in the esmtprc does not work with the -t option passed to esmtp, because rcfile_parse is called after message_parse_headers is called in the -t handling. Of course, message_parse_headers relies on the esmtprc to have been parsed already in order to denote all recipients as local when force_mda is specified.
2009-06-27Force mail to be delivered by the MDA.José Fonseca
SF patch 2489938.
2007-01-27Fix gcc warning.José Fonseca
2005-02-15Allow to set helo-name. Allow to send out local mail as remote mail by adding aJosé Fonseca
qualifying domain name. Allow forcing envelope-from and Sender headers. Drop possible admin-added sgid priveleges to be dropped after reading the config. (Bernhard Link)
2005-02-15Don't require getopt_long (based on SASAJIMA and Dirk Tilger patches).José Fonseca
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.
2003-06-27Include the sendmail compatibility executables symlinks and the respective manJosé Fonseca
pages.
2003-02-11Support for identities and custom configuration files based on patch by JeromeJosé Fonseca
<freejazz@gmx.fr>. Respective documentation updates. The use of '=' in the configuration file was made optional.
2002-11-09Implemented the '-X' option.José Fonseca
Use of event_cb for the verbose output.
2002-11-09Fix bug where legitimate '-q' options could be considered invalid.José Fonseca
2002-11-09Source formatting fixes.José Fonseca
2002-11-05Version bump. Minor code reordering.José Fonseca
2002-09-29Removed the BUGS section of the man page.José Fonseca
Fixed a dipplicate case statement. Added yyerror declaration to fixe the mismathced declaration warning.
2002-09-29Better handling of the -b options and update of the man page.José Fonseca
Use sendmail exit codes.
2002-09-26Initial revisionJosé Fonseca