History log of /netbsd-src/usr.sbin/mailwrapper/mailwrapper.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 421949a3 23-Jan-2018 sevan <sevan@NetBSD.org>

ansify - drop the K&R style prototypes & implementations.


# 43e54b3a 16-Apr-2009 lukem <lukem@NetBSD.org>

Fix -Wcast-qual issues


# b0d37030 09-Mar-2003 mjl <mjl@NetBSD.org>

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

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.

show more ...


# f20e6801 08-Mar-2003 mjl <mjl@NetBSD.org>

Correct args to err(), no need to include "mailwrapper:" prefix manually.
Triggered by posting to OpenBSD mailing list.


# ca86df3f 17-Feb-2003 is <is@NetBSD.org>

Actually make additional arguments in mailer.conf useful, and document
them.
Reviewed by perry and wiz.


# d348d3d7 30-Nov-2002 lukem <lukem@NetBSD.org>

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


# 25bdbb66 19-Feb-2001 cgd <cgd@NetBSD.org>

convert to use getprogname()


# c1fd8f00 16-Nov-2000 msaitoh <msaitoh@NetBSD.org>

Add forgottern addarg(&al, NULL, 0) before execve() to prevent coredump.


# 854002ab 29-May-1999 christos <christos@NetBSD.org>

Allow remapped commands to have arguments appended to them.


# 0d7a8dcb 20-Feb-1999 thorpej <thorpej@NetBSD.org>

- 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

- 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.

show more ...


# 180c29c3 25-Dec-1998 perry <perry@NetBSD.org>

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 -- th

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.

show more ...