summaryrefslogtreecommitdiff
path: root/parser.y
AgeCommit message (Collapse)Author
2009-06-27Force mail to be delivered by the MDA.José Fonseca
SF patch 2489938.
2008-09-17Option to disable Message-ID header (Phil Sutter).José Fonseca
2007-01-29Convert to UTF-8.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-15Enforce strict permissions on configuration file (Tiago Macambira).José Fonseca
2005-01-11Fix place of esmtprc config file: esmtprc should put in $sysconfdir, but ↵José Fonseca
it's always put in /etc (Sasajima).
2004-02-18Fail when no configuration file is found.José Fonseca
Fix typo in the lexer. Fix compiler warning.
2004-01-13Add a 'postconnect' keyword to execute a command after closing a SMTP ↵José Fonseca
connection.
2003-10-17New 'preconnect' keyword to execute a command prior to opening an SMTPJosé Fonseca
connection (Daniel Richard G.).
2003-10-04Version bump.José Fonseca
New 'default' keyword for indentities (Vitezslav Batrla). Documentation updates.
2003-07-04Search for the global configuration file.José Fonseca
Do not make the CRLF line translation for the MDA pipe.
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-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-09Source formatting fixes.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-26Initial revisionJosé Fonseca