]> xenbits.xensource.com Git - people/aperard/emesinae.git/commitdiff
examples: test: Set ControlReplyToList
authorIan Campbell <ian.campbell@citrix.com>
Fri, 4 Apr 2014 15:18:46 +0000 (16:18 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 4 Apr 2014 15:18:46 +0000 (16:18 +0100)
Since we set ControlReplyOverride this is safe, the headers can be observed but
the envelope is forced to the test address.

config/examples/test/emesinae.conf

index a7470c760280696d02c216f381236e941ee6b31c..528dcb6ca2cd521848580d16a67ca9812ff188be 100644 (file)
@@ -25,7 +25,7 @@ $c{ListAddress} = "emesinae-test\@list.example.com";
 $c{ListAliases} = qw/emesinae-test\@list.example.org/;
 
 # Set to 1 to send control replies to the list.
-$c{ControlReplyToList} = 0;
+$c{ControlReplyToList} = 1;
 
 # Set to 1 to send control replies to the requestor.
 #$c{ControlReplyToRequestor} = 1