From 58e2db8c886765caf1ce294ba8336fe683bcd888 Mon Sep 17 00:00:00 2001 From: David Levine Date: Mon, 27 Feb 2012 20:50:29 -0600 Subject: [PATCH] Changed domains in man page and test examples to use example.com --- man/mh-format.man | 2 +- man/mh-tailor.man | 4 ++-- man/post.man | 6 +++--- test/comp/test-comp-format | 17 +++++++++-------- test/forw/test-forw-digest | 14 +++++++------- test/forw/test-forw-format | 17 +++++++++-------- 6 files changed, 31 insertions(+), 29 deletions(-) diff --git a/man/mh-format.man b/man/mh-format.man index d8a83b2..2d1c69e 100644 --- a/man/mh-format.man +++ b/man/mh-format.man @@ -464,7 +464,7 @@ generated will be something like: .PP .RS 5 .nf -My From User To: My From User +My From User To: My From User .fi .RE .PP diff --git a/man/mh-tailor.man b/man/mh-tailor.man index cc1f724..a8d400a 100644 --- a/man/mh-tailor.man +++ b/man/mh-tailor.man @@ -199,9 +199,9 @@ First [Middle] Last type of username masquerading. If the user sets the .B $USERNAME_EXTENSION environment variable, its value will be appended to the actual login name. For -instance, if I am \*(lqdan@company.com\*(rq, and I set +instance, if I am \*(lqdan@example.com\*(rq, and I set .B $USERNAME_EXTENSION -to \*(lq\-www\*(rq, my mail will appear to come from \*(lqdan\-www@company.com\*(rq. This is meant +to \*(lq\-www\*(rq, my mail will appear to come from \*(lqdan\-www@example.com\*(rq. This is meant to interact with qmail's \*(lquser\-extension\*(rq feature, where mail sent to .IR user \- string will be delivered to diff --git a/man/post.man b/man/post.man index 50b0298..4abef58 100644 --- a/man/post.man +++ b/man/post.man @@ -124,7 +124,7 @@ value of \*(lqlocalname\*(rq in .IR mts.conf , if set). An example is \*(lqFrom: Dan Harkless -\*(rq. There are four ways to override these values, +\*(rq. There are four ways to override these values, however. Note that they apply equally to \*(lqResent\-From:\*(rq lines in messages sent with .BR dist . @@ -136,7 +136,7 @@ contains \*(lqmmailid\*(rq, this processing is activated. If a user's GECOS field in the passwd file is of the form \*(lqFull Name \*(rq then \*(lqfakename\*(rq will be used in place of the real username. For instance, a GECOS field of \*(lqDan Harkless \*(rq would result in \*(lqFrom: Dan Harkless -\*(rq. Naturally if you were doing something like +\*(rq. Naturally if you were doing something like this you'd want to set up an MTA alias (e.g. in /etc/aliases) from, for instance, \*(lqDan.Harkless\*(rq to \*(lqdan\*(rq. .PP @@ -156,7 +156,7 @@ environment variable will result in its value being appended the user's login name. For instance, if I set .B $USERNAME_EXTENSION to \*(lq+www\*(rq, my \*(lqFrom:\*(rq -line will contain \*(lqDan Harkless \*(rq (or +line will contain \*(lqDan Harkless \*(rq (or \*(lqDan.Harkless+www\*(rq if I'm using mmailid masquerading as well). Recent versions of .B sendmail diff --git a/test/comp/test-comp-format b/test/comp/test-comp-format index 1f1f8c5..f1c2563 100755 --- a/test/comp/test-comp-format +++ b/test/comp/test-comp-format @@ -30,20 +30,21 @@ EOF expected="${MH_TEST_DIR}/$$.expected" actual="${MH_TEST_DIR}/Mail/draft" -from="Mr Test User " -to1="User One " -to2="User Two " -cc1="CC User One " -cc2="CC User Two " -cc3="CC User Three " -cc4="CC User Four " +from="Mr Test User " +to1="User One " +to2="User Two " +cc1="CC User One " +cc2="CC User Two " +cc3="CC User Three " +cc4="CC User Four " fcc1="+nosuchmailbox" fcc2="+nosuchmailbox2" subject="Totally bogus subject" cat > $expected < "$expected" <