DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
<consumer>
<!-- The depth before which the policy will be applied-->
<depth>4235264</depth>
<!-- The message age before which the policy will be applied-->
<maessageAge>600000<<messageAge>600000</messageAge>
<!-- The number of message before which the policy will be applied-->
<messageCount>50</messageCount>
<!-- Policies configuration -->
<policy name="Delete">
<options>
<option name="delete-persistent" value="true"/>
</options>
</policy>
</consumer>
|
...