Home | History | Annotate | Download | only in mailwrapper
History log of /src/usr.sbin/mailwrapper/mailwrapper.c
RevisionDateAuthorComments
 1.11  23-Jan-2018  sevan ansify - drop the K&R style prototypes & implementations.
 1.10  16-Apr-2009  lukem Fix -Wcast-qual issues
 1.9  09-Mar-2003  mjl branches: 1.9.40;
Revert previous changes. Add a comment to the source explaining the
reason things are as they are -- Perry said:
This (using err("mailwrapper")) is intentional. Mailwrapper plays ugly
games with argv[0] and thus it is often difficult for people to know
that the error isn't from "mailq" or "sendmail" but from
mailwrapper -- having mailwrapper add an indication that it was really
mailwrapper running was a requested feature.
 1.8  08-Mar-2003  mjl Correct args to err(), no need to include "mailwrapper:" prefix manually.
Triggered by posting to OpenBSD mailing list.
 1.7  17-Feb-2003  is Actually make additional arguments in mailer.conf useful, and document
them.
Reviewed by perry and wiz.
 1.6  30-Nov-2002  lukem tweaks for fparseln(3) move from libutil to libc:
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it
 1.5  19-Feb-2001  cgd branches: 1.5.2;
convert to use getprogname()
 1.4  16-Nov-2000  msaitoh Add forgottern addarg(&al, NULL, 0) before execve() to prevent coredump.
 1.3  29-May-1999  christos branches: 1.3.8;
Allow remapped commands to have arguments appended to them.
 1.2  20-Feb-1999  thorpej - Rewrite to use fparseln(), strspn(), strsep(). Avoids statically-sized
buffers and allows for line continuation.
- Use __progname instead of chopping argv[0] into a statically-sized
temporary buffer.
 1.1  25-Dec-1998  perry Add the "mailwrapper" program, which is designed to act as a switch
permitting users to choose between sendmail and other mail systems with a
simple configuration file change. Not yet turned on -- this is being
committed so people can beat on it.
 1.3.8.1  03-Feb-2001  he Pull up revision 1.4 (requested by msaitoh):
Add forgottern addarg(&al, NULL, 0) before execve() to prevent
coredump.
 1.5.2.1  31-Aug-2003  tron Pull up revision 1.7 (requested by is in ticket #1390):
Actually make additional arguments in mailer.conf useful, and document
them.
Reviewed by perry and wiz.
 1.9.40.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed