[%|loc%]Operation requested by users which email is listed in the blacklist file are rejected. The
blacklist is in use for the following operation[%END%] : [% conf.use_blacklist %].
[%|loc%]Syntax :[%END%]
- [%|loc%]only one email or expression by line[%END%]
- [%|loc%]char # introduce a comment[%END%]
- [%|loc%]char * match any string. Example : "*@spammer-domain.com" match any sender from that exact domain[%END%]
- [%|loc%]only one char * is autorized in a line[%END%]
[%end%]
[% IF rows == '0' %]
[%|loc%]The current blacklist is empty[%END%]
[% ELSE %]
[%|loc(rows)%]The current blacklist contains %1 line(s)[%END%]
[% END %]
[% IF rows < '10' %] [% rows = '10' %] [% END %]
[% IF rows > '20' %] [% rows = '20' %] [% END %]
[% rows = rows+2 %]