Skip to content

Commit

Permalink
Mailing lists are members-only by default.
Browse files Browse the repository at this point in the history
git-svn-id: http://mireka.googlecode.com/svn/trunk@181 741d60a8-641f-389e-c7ec-093451e00b49
  • Loading branch information
hontvari committed Mar 24, 2013
1 parent 2b49fc2 commit dd68a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mireka/list/ListDestination.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class ListDestination implements MailDestination {
/**
* if true, only members can post to the list.
*/
private boolean membersOnly = false;
private boolean membersOnly = true;

/**
* If false, attachments are not allowed.
Expand Down

0 comments on commit dd68a07

Please sign in to comment.