Commit 3a24a07c 3a24a07cd0f445afc087ef8a3784f9abc4218a25 by Sergey Poznyakoff

Fix sample in the comment

1 parent 1399e786
......@@ -53,7 +53,7 @@
if allof(header :is "Sender" "mailman-bounces@gnu.org",
header :is "X-List-Administrivia" "yes")
{
moderator "~/.sieve/mailman.sv";
moderator :source "~/.sieve/mailman.sv";
}
*/
......