Commit Graph

10 Commits

Author SHA1 Message Date
Peter Simons
14f8ed1b45 config-files.c, rfcparse.c: avoid portability issues
sizeof() returns a ssize_t, which needs to be formatted with "%zu".
Unfortunately, the 'z' modifier is a non-standard GNU extension.
2013-02-09 19:06:23 +01:00
Peter Simons
497ddceaf9 Bumped date in copyright headers. 2013-02-06 12:50:58 +01:00
Peter Simons
23aeb3f4bb Untabified source code and stripped all trailing white space. 2010-02-24 17:34:14 +01:00
Peter Simons
e4f1835752 Prefer EXIT_SUCCESS and EXIT_FAILURE defines. 2010-02-24 17:34:13 +01:00
Peter Simons
99ebe514bc Updated license to GPLv3 or later. 2010-02-24 17:34:05 +01:00
Thomas Lotterer
bc42af933b both peti and rse did overlapping work based on (untagged) 4.0b1; peti committed to the CVS first (no version created ever); this is an attempt to manually merge rse's acl pre/post changes in (claim themselfs to lead to 4.0b2 2004-02-02 19:50:25 +00:00
Peter Simons
024a91fc18 Fixed the incorrect default path to the help file. 2001-02-12 19:23:15 +00:00
Peter Simons
e632aade82 Following my quest against underscores in file names, I renamed the
default acknowledgment queue directory from "ack_queue" to
"ack-queue".
2001-01-20 13:58:45 +00:00
Ralf S. Engelschall
a047399b38 First bunch of cosmetic adjustments to text messages. Additionally
--masterconf=FILE is also passed through to files created in acknowledge
directory.
2001-01-20 13:52:41 +00:00
Peter Simons
84ea53543a Renamed the followings tags in petidomo.conf
MTA_Options         --> MTAOptions
    List_Directory      --> ListDirectory
    Ack_Queue_Directory --> AckQueueDirectory

for consistency reasons. While I was at it, I also renamed the source
file from config.c to config-files.c, because the module config.c is
generally associated with GNU autoconf and this has nothing to do with
it.
2001-01-20 13:26:00 +00:00