Remove password protection, send control replies to the list.
<Directory />
Options FollowSymLinks
AllowOverride None
-
- # Require authentication while we are in beta
- AuthType Basic
- AuthName "Restricted"
- AuthUserFile /srv/xen-devel-bugs/etc/htpasswd
- Require valid-user
</Directory>
Redirect temp /index.html /xen/
$c{ListAliases} = qw/xen-devel\@lists.xensource.com/;
# 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;