diff options
author | Andre Klapper <a9016009@gmx.de> | 2013-07-19 07:43:55 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2013-07-19 07:43:55 +0800 |
commit | 89beb5d103b5f5f32469f08ec8e200e744ca0044 (patch) | |
tree | afc5be71f6c9c07927d00578701129d274489bff /help/C/mail-spam-settings.page | |
parent | 205096b419a2b1beb25ef529d1d7519aa17f67e3 (diff) | |
download | gsoc2013-evolution-89beb5d103b5f5f32469f08ec8e200e744ca0044.tar.gz gsoc2013-evolution-89beb5d103b5f5f32469f08ec8e200e744ca0044.tar.zst gsoc2013-evolution-89beb5d103b5f5f32469f08ec8e200e744ca0044.zip |
User docs: Fix 'Unmatched block element: choose' warnings. This type for real.
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> |