Home | History | Annotate | only in /src/usr.sbin/mailwrapper
History log of /src/usr.sbin/mailwrapper
RevisionDateAuthorComments
 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 26-Jul-2000  itojun add usr.bin/{hoststat,purgestat}, which are new argv[0] hack
for sendmail 8.10.x and beyond. sorry that i forgot to add this one.

From: Andrew Brown <atatat@atatdot.net>
 1.4 25-Mar-1999  is branches: 1.4.10;
Split off /etc/mailer.conf manual page from mailwrapper manual page.
 1.3 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.2 05-Feb-1999  perry We shouldn't count on the user building sendmail. Update the make
file so that it does the symlinking of newaliases and mailq to
/usr/sbin/mailwrapper directly.
 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.4.10.1 26-Jul-2000  itojun pullup from main trunc (approved by releng-1-5)

add usr.bin/{hoststat,purgestat}, which are new argv[0] hack
for sendmail 8.10.x and beyond. sorry that i forgot to add this one.

From: Andrew Brown <atatat@atatdot.net>

1.174 -> 1.175 basesrc/distrib/sets/lists/base/mi
1.2 -> 1.3 basesrc/etc/mailer.conf
1.4 -> 1.5 basesrc/usr.sbin/mailwrapper/Makefile
 1.16 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.15 20-Jul-2013  wiz Use Mt for email addresses.
 1.14 10-Apr-2010  jruoho branches: 1.14.6; 1.14.12; 1.14.16;
A general update. Remove (hopefully the last) references to sendmail(8), etc.
 1.13 22-Jul-2004  atatat More better description of current state of sendmail stuff in more
places. This is intended to make some people a tad happier.
 1.12 03-Mar-2003  wiz branches: 1.12.2;
Bump date for mini-sendmail reference; add its pkgsrc path to SEE ALSO section.
 1.11 18-Feb-2003  perry Clarify a bit, fix up the examples somewhat, etc.
 1.10 17-Feb-2003  is Actually make additional arguments in mailer.conf useful, and document
them.
Reviewed by perry and wiz.
 1.9 01-Dec-2002  rtr Document additional line required to emulate sendmail using postfix.
Without line error will be appended to mailed output of daily script.
Solves part of PR bin/18800.
Patch provided by Ryo HAYASAKA <ryoh@jaist.ac.jp>
 1.8 17-Oct-2002  soren Postfix does not support the 'send-mail' arg.
 1.7 19-Jan-2002  wiz branches: 1.7.2;
Drop an unnecessary .Pp, sort sections, add postfix .Xr, and improve markup.
 1.6 08-Jun-2001  wiz Remove trailing dot from .Nd, and a bogus comment line (probably left
over from example man page).
 1.5 18-Aug-2000  itojun use more Xr to refer to sendmail(8). suggested by jhawk.
XXX not sure what is the correct way to refer to "postfix suite".
postfix(1) does not seem that relevant here.
 1.4 18-Aug-2000  itojun add purgestat and hoststat into sendmail example,
they are added in sendmail 8.10.x.
correct preamble text near postfix example.
 1.3 05-Jul-2000  msaitoh remove extra period in SEE ALL section
 1.2 29-May-1999  christos branches: 1.2.8;
Use postfix as an example
 1.1 25-Mar-1999  is Split off /etc/mailer.conf manual page from mailwrapper manual page.
 1.2.8.1 10-Jun-2001  he Pull up revisions 1.3-1.6 (requested by wiz):
Correct wording in reference to postfix. Add ``hoststat'' and
``purgestat'' invocations for sendmail. Also some punctuation
and cross-reference fixes.
 1.7.2.3 31-Aug-2003  tron Pull up revision 1.12 (requested by is in ticket #1390):
Bump date for mini-sendmail reference; add its pkgsrc path to SEE ALSO section.
 1.7.2.2 31-Aug-2003  tron Pull up revision 1.11 (requested by is in ticket #1390):
Clarify a bit, fix up the examples somewhat, etc.
 1.7.2.1 31-Aug-2003  tron Pull up revision 1.10 (requested by is in ticket #1390):
Actually make additional arguments in mailer.conf useful, and document
them.
Reviewed by perry and wiz.
 1.12.2.1 23-Jul-2004  tron Pull up revision 1.13 (requested by atatat in ticket #686):
More better description of current state of sendmail stuff in more
places. This is intended to make some people a tad happier.
 1.14.16.1 23-Jul-2013  riastradh sync with HEAD
 1.14.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.14.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.18 04-Jul-2017  wiz Use Ex.
 1.17 03-Jul-2017  wiz Remove workaround for ancient HTML generation code.
 1.16 19-Sep-2014  wiz New sentence, new line.
 1.15 19-Sep-2014  wiz Sort sections. From Henning Petersen in PR 49222.
 1.14 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.13 20-Jul-2013  wiz Use Mt for email addresses.
 1.12 10-Apr-2010  jruoho branches: 1.12.6; 1.12.12; 1.12.16;
A general update. Remove (hopefully the last) references to sendmail(8), etc.
 1.11 08-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.10 06-Feb-2002  mrg fix typo: s/hard/hand/
 1.9 19-Jan-2002  wiz Whitespace nits, sort SEE ALSO and sections.
 1.8 04-Sep-2000  kleink For commands and utilities, use EXIT STATUS rather than RETURN VALUES or
DIAGNOSTICS as appropriate (and documented in mdoc(7)).
 1.7 05-Jul-2000  msaitoh remove extra period in SEE ALL section
 1.6 25-Mar-1999  is Split off /etc/mailer.conf manual page from mailwrapper manual page.
 1.5 22-Mar-1999  garbled More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
 1.4 05-Feb-1999  perry update example to new sendmail location
 1.3 05-Feb-1999  hubertf remove extra "."
 1.2 04-Feb-1999  kleink Spellink.
 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.12.16.1 23-Jul-2013  riastradh sync with HEAD
 1.12.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.12.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 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