Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
53b55620
Commit
53b55620
authored
Feb 17, 2006
by
Leigh B. Stoller
Browse files
As per Jay's request, email lists do not get a reply-to header that
sends back to the list.
parent
4d565e26
Changes
1
Show whitespace changes
Inline
Side-by-side
collab/mailman/mailmanproxy.in
View file @
53b55620
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2005 University of Utah and the Flux Group.
# Copyright (c) 2005
, 2006
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -403,7 +403,7 @@ sub AddList(@)
print
CONFIG
"
owner = ['
$owneremail
']
\n
";
print
CONFIG
"
description = 'Emulab Mailman List:
$name
'
\n
";
print
CONFIG
"
subject_prefix = '[
$name
] '
\n
";
print
CONFIG
"
reply_goes_to_list =
1
\n
";
print
CONFIG
"
reply_goes_to_list =
0
\n
";
print
CONFIG
"
send_reminders = False
\n
";
print
CONFIG
"
send_welcome_msg = False
\n
";
print
CONFIG
"
send_goodbye_msg = False
\n
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment