diff options
Diffstat (limited to 'help/C/mail-spam-settings.page')
-rw-r--r-- | help/C/mail-spam-settings.page | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help/C/mail-spam-settings.page b/help/C/mail-spam-settings.page index 9cb1dbb14f..0cd71ca84a 100644 --- a/help/C/mail-spam-settings.page +++ b/help/C/mail-spam-settings.page @@ -41,12 +41,12 @@ <note style="info package"> <p>You might need to install <app>Bogofilter</app> or <app>SpamAssassin</app> to perform these steps.</p> - <p><if:choose> - <if:when test="if:supports('action:install')"> + <if:choose xmlns:if="http://projectmallard.org/if/1.0/"> + <if:when test="action:install"> <p><link action="install:bogofilter" href="http://bogofilter.sourceforge.net/" style="button">Install bogofilter</link></p> <p><link action="install:spamassassin" href="http://spamassassin.apache.org/" style="button">Install spamassassin</link></p> </if:when> - </if:choose></p> + </if:choose> </note> <p>SpamAssassin works through a set of predefined rules, hence it can determine spam straight away. Bogofilter does not come with a default set of spam criteria so it will not automatically filter anything after installing it. You must <link xref="mail-spam-marking">train it</link> first to make it work. You can modify the actions of SpamAssassin by training it as well.</p> |