changeset 682:d6781a51c947

Added escaping of a @ that was missed in the last commit
author xi
date Sat, 01 Nov 2008 04:40:26 +1100
parents 68294fb4a643
children 2577aaabee9a
files contrib/web/perl-admin/conf/tunables.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/web/perl-admin/conf/tunables.pl	Sat Nov 01 04:37:46 2008 +1100
+++ b/contrib/web/perl-admin/conf/tunables.pl	Sat Nov 01 04:40:26 2008 +1100
@@ -163,7 +163,7 @@
 
 mlmmj_boolean("nolistsubsemail",
 			  "No list subscribers email",
-			  "If this is set, the LISTNAME+list@ functionality for requesting an ".
+			  "If this is set, the LISTNAME+list\@ functionality for requesting an ".
 			  "email with the subscribers for owner is disabled.");
 
 mlmmj_string("staticbounceaddr",