From 79ecdc822c9b6252e7f57eeec45cfee9faf38493 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 12 Mar 2011 00:35:04 -0500 Subject: [PATCH] Welcome mail is now from nobody@example.com --- citadel/debian/citadel-server.postinst | 2 +- citadel/docs/welcomemail.html | 4 ++-- citadel/docs/welcomemail.txt | 10 +++++----- citadel/sendwelcomemail.sh | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/citadel/debian/citadel-server.postinst b/citadel/debian/citadel-server.postinst index d238ff90c..1c8dc1a8f 100644 --- a/citadel/debian/citadel-server.postinst +++ b/citadel/debian/citadel-server.postinst @@ -74,7 +74,7 @@ case "$1" in export SEPERATOR=2600908b3f21ae7f692b973ed26e212d export WELCOMEHTML=/usr/share/doc/citadel-server/welcomemail.html export WELCOMETXT=/usr/share/doc/citadel-server/welcomemail.txt - export FROM=room_citadel_stats@uncensored.citadel.org + export FROM=nobody@example.com export TO=room_lobby ( printf "MIME-Version: 1.0\r\nContent-Type: multipart/alternative; \r\n boundary=$SEPERATOR\r\n\r\nThis is a multi-part message in MIME format.\r\n\r\n--$SEPERATOR\r\nContent-Type: text/plain; charset=utf-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n"; diff --git a/citadel/docs/welcomemail.html b/citadel/docs/welcomemail.html index 5fbcaf2b0..e255e8c27 100644 --- a/citadel/docs/welcomemail.html +++ b/citadel/docs/welcomemail.html @@ -50,8 +50,8 @@ If Webcit does not yet speak your language, please tell us at Room, where you will be welcomed and encouraged to add a translation Working contributions in various forms are always welcome, in fact, so feel free to join us in improving the Citadel system!
-Enjoying Citadel? Please let us know. Just reply to this email, or log into -Uncensored! and drop us a note!
+Enjoying Citadel? Please let us know. Just log into +Uncensored! and drop us a note!

Your Citadel Development Team
diff --git a/citadel/docs/welcomemail.txt b/citadel/docs/welcomemail.txt index 18db36394..f5777aa3f 100644 --- a/citadel/docs/welcomemail.txt +++ b/citadel/docs/welcomemail.txt @@ -35,7 +35,7 @@ and encouraged to add a translation Working contributions in various forms are always welcome, in fact, so feel free to join us in improving the Citadel system! - Enjoying Citadel? Please let us know. Just reply to this email, or log + Enjoying Citadel? Please let us know. Just log into [9]Uncensored! and drop us a note! Your Citadel Development Team @@ -47,11 +47,11 @@ References Visible links 1. http://www.groupdav.org/ 2. http://www.citadel.org/clientmatrix - 3. https://uncensored.citadel.org/ + 3. http://uncensored.citadel.org/ 4. http://citadel.org/index.php?option=com_content&task=section&id=3&Itemid=38 5. http://easyinstall.citadel.org/citadel/docs/citadel.html - 6. https://uncensored.citadel.org/ + 6. http://uncensored.citadel.org/ 7. irc://irc.citadel.org/#citadel - 8. https://uncensored.citadel.org/ - 9. https://uncensored.citadel.org/ + 8. http://uncensored.citadel.org/ + 9. http://uncensored.citadel.org/ 10. http://en.wikipedia.org/wiki/Citadel/UX diff --git a/citadel/sendwelcomemail.sh b/citadel/sendwelcomemail.sh index f1ac8c178..432b13135 100644 --- a/citadel/sendwelcomemail.sh +++ b/citadel/sendwelcomemail.sh @@ -4,7 +4,7 @@ export FOO=2600908b3f21ae7f692b973ed26e212d export WELCOMEHTML=welcomemail.html export WELCOMETXT=welcomemail.txt -export FROM=room_citadel_stats@uncensored.citadel.org +export FROM=nobody@example.com export TO=room_lobby ( printf "MIME-Version: 1.0\r\nContent-Type: multipart/alternative; \r\n boundary=$FOO\r\n\r\nThis is a multi-part message in MIME format.\r\n\r\n--$FOO\r\nContent-Type: text/plain; charset=utf-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n"; -- 2.39.2