]> git.marmaro.de Git - mmh/commitdiff
Changed domains in man page and test examples to use example.com
authorDavid Levine <levinedl@acm.org>
Tue, 28 Feb 2012 02:50:29 +0000 (20:50 -0600)
committerDavid Levine <levinedl@acm.org>
Tue, 28 Feb 2012 02:50:29 +0000 (20:50 -0600)
man/mh-format.man
man/mh-tailor.man
man/post.man
test/comp/test-comp-format
test/forw/test-forw-digest
test/forw/test-forw-format

index d8a83b274916d92100bc9581ecbc8612b3e7f49e..2d1c69e49bd193d7eb89af25e3b80dcd2cd342d9 100644 (file)
@@ -464,7 +464,7 @@ generated will be something like:
 .PP
 .RS 5
 .nf
-My From User <from@user.com>To: My From User <from@user.com>
+My From User <from@example.com>To: My From User <from@example.com>
 .fi
 .RE
 .PP
index cc1f724a72752f57a3d5e79c3ff45d9777a9681b..a8d400aa89ec1b2bfb1f095d590a5a43b8b89689 100644 (file)
@@ -199,9 +199,9 @@ First [Middle] Last <First.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
index 50b02986b933c9872a23d97ef62320f910034589..4abef58c98c619b19f8fd4001d573d9401fe8174 100644 (file)
@@ -124,7 +124,7 @@ value of
 \*(lqlocalname\*(rq in
 .IR mts.conf ,
 if set).  An example is \*(lqFrom: Dan Harkless
-<dan@machine.company.com>\*(rq.  There are four ways to override these values,
+<dan@machine.example.com>\*(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 <fakename>\*(rq then \*(lqfakename\*(rq
 will be used in place of the real username.  For instance, a GECOS field of \*(lqDan
 Harkless <Dan.Harkless>\*(rq would result in \*(lqFrom: Dan Harkless
-<Dan.Harkless@machine.company.com>\*(rq.  Naturally if you were doing something like
+<Dan.Harkless@machine.example.com>\*(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 <dan+www@machine.company.com>\*(rq (or
+line will contain \*(lqDan Harkless <dan+www@machine.example.com>\*(rq (or
 \*(lqDan.Harkless+www\*(rq if I'm using mmailid masquerading as well).  Recent versions
 of
 .B sendmail
index 1f1f8c538439239cede8b7ce380d4e9967d2d5e2..f1c25635f1c992d20711b7a638714ed35ef45c09 100755 (executable)
@@ -30,20 +30,21 @@ EOF
 
 expected="${MH_TEST_DIR}/$$.expected"
 actual="${MH_TEST_DIR}/Mail/draft"
-from="Mr Test User <test@user.com>"
-to1="User One <userone@test.com>"
-to2="User Two <usertwo@test.com>"
-cc1="CC User One <ccuserone@test.com>"
-cc2="CC User Two <ccusertwo@test.com>"
-cc3="CC User Three <ccuserthree@test.com>"
-cc4="CC User Four <ccuserfour@test.com>"
+from="Mr Test User <test@example.com>"
+to1="User One <userone@example.com>"
+to2="User Two <usertwo@example.com>"
+cc1="CC User One <ccuserone@example.com>"
+cc2="CC User Two <ccusertwo@example.com>"
+cc3="CC User Three <ccuserthree@example.com>"
+cc4="CC User Four <ccuserfour@example.com>"
 fcc1="+nosuchmailbox"
 fcc2="+nosuchmailbox2"
 subject="Totally bogus subject"
 
 cat > $expected <<EOF
 From: ${from}
-To: ${to1}, ${to2}
+To: ${to1},
+    ${to2}
 cc: ${cc1},
     ${cc2},
     ${cc3},
index 6792a78aed22a7639696edecca37d08bce232322..8bdc949406f6f4ebf69c1ab3203325749a073e79 100755 (executable)
@@ -14,13 +14,13 @@ setup_test
 
 expected="${MH_TEST_DIR}/$$.expected"
 actual="${MH_TEST_DIR}/Mail/draft"
-from="Mr Test User <test@user.com>"
-to1="User One <userone@test.com>"
-to2="User Two <usertwo@test.com>"
-cc1="CC User One <ccuserone@test.com>"
-cc2="CC User Two <ccusertwo@test.com>"
-cc3="CC User Three <ccuserthree@test.com>"
-cc4="CC User Four <ccuserfour@test.com>"
+from="Mr Test User <test@example.com>"
+to1="User One <userone@example.com>"
+to2="User Two <usertwo@example.com>"
+cc1="CC User One <ccuserone@example.com>"
+cc2="CC User Two <ccusertwo@example.com>"
+cc3="CC User Three <ccuserthree@example.com>"
+cc4="CC User Four <ccuserfour@example.com>"
 fcc1="+nosuchmailbox"
 fcc2="+nosuchmailbox2"
 
index dc73c6cb27341d35d02b81ddef6e97b84c85b549..c3e76007b8276f9bb4f19207a825019470ac38cf 100755 (executable)
@@ -30,20 +30,21 @@ EOF
 
 expected="${MH_TEST_DIR}/$$.expected"
 actual="${MH_TEST_DIR}/Mail/draft"
-from="Mr Test User <test@user.com>"
-to1="User One <userone@test.com>"
-to2="User Two <usertwo@test.com>"
-cc1="CC User One <ccuserone@test.com>"
-cc2="CC User Two <ccusertwo@test.com>"
-cc3="CC User Three <ccuserthree@test.com>"
-cc4="CC User Four <ccuserfour@test.com>"
+from="Mr Test User <test@example.com>"
+to1="User One <userone@example.com>"
+to2="User Two <usertwo@example.com>"
+cc1="CC User One <ccuserone@example.com>"
+cc2="CC User Two <ccusertwo@example.com>"
+cc3="CC User Three <ccuserthree@example.com>"
+cc4="CC User Four <ccuserfour@example.com>"
 fcc1="+nosuchmailbox"
 fcc2="+nosuchmailbox2"
 subject="Totally bogus subject"
 
 cat > "$expected" <<EOF
 From: ${from}
-To: ${to1}, ${to2}
+To: ${to1},
+    ${to2}
 cc: ${cc1},
     ${cc2},
     ${cc3},