个人工具

“UbuntuHelp:HowToEnableSpamFilteringInEvolution”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第13行: 第13行:
 
=== Previous Releases (5.10 and Below) ===
 
=== Previous Releases (5.10 and Below) ===
 
* On the top panel, visit '''System -> Administration -> Synaptic Package Manager'''.
 
* On the top panel, visit '''System -> Administration -> Synaptic Package Manager'''.
** Search for "''spamassassin''".
+
* Search for "''spamassassin''".
*** Install "''spamassassin''" and any dependencies it requires.
+
* Install "''spamassassin''" and any dependencies it requires.
 
* Or write in terminal
 
* Or write in terminal
 
<pre><nowiki>
 
<pre><nowiki>
第20行: 第20行:
 
   </nowiki></pre>
 
   </nowiki></pre>
 
* Launch Evolution.
 
* Launch Evolution.
** Go to '''Edit -> Preferences -> Mail Preferences -> Junk'''.
+
* Go to '''Edit -> Preferences -> Mail Preferences -> Junk'''.
*** Enable at least the first option box, "''Check incoming mail for junk''."
+
* Enable at least the first option box, "''Check incoming mail for junk''."
 
Spamassassin itself requires no setup in most cases.  If you really wanted to know all that, open the Gnome Help browser ('''System -> Help'''), type ''Ctrl-l'' (for "'''L'''ocation), and in the box type "''man:spamassassin''".  Alternatively, you could open a terminal ('''Applications -> Accessories -> Terminal''') and type "''man spamassassin''".  There is additional documentation in "''/usr/share/doc/spamassassin''".  ('''Places -> Home Folder''', type ''Ctrl-l'' ('''L'''ocation), then enter "''/usr/share/doc/spamassassin''".)
 
Spamassassin itself requires no setup in most cases.  If you really wanted to know all that, open the Gnome Help browser ('''System -> Help'''), type ''Ctrl-l'' (for "'''L'''ocation), and in the box type "''man:spamassassin''".  Alternatively, you could open a terminal ('''Applications -> Accessories -> Terminal''') and type "''man spamassassin''".  There is additional documentation in "''/usr/share/doc/spamassassin''".  ('''Places -> Home Folder''', type ''Ctrl-l'' ('''L'''ocation), then enter "''/usr/share/doc/spamassassin''".)
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年12月6日 (四) 15:23的版本


Parent page: Internet and Networking Spam filtering may be achieved by using spamassassin or bogofilter. The method for setting this up differs slightly on different versions of Ubuntu.

All versions of Ubuntu

Follow the 5.10 part below to install spamassassin from Synaptic. Installing bogofilter is almost the same, except that you have to replace "spamassassin" by "bogofilter", of course.

Ubuntu 7.04 (Feisty Fawn)

As 6.06 Below.

Ubuntu 6.06 LTS (Dapper Drake)

There are 2 spam filter plugins for Evolution: the bogofilter plugin and the spamassassin plugin. Spam filtering doesn't work if more than one spam filter is enabled, so go to Edit -> Plugins (within Evolution) and make sure only one of them is enabled, then restart Evolution. For bogofilter, spam filtering will start after at least one message has been marked as spam and at least one has been marked as not spam ("ham"). You might have to mark a good message as spam to be able to mark it as non-spam again. If you have multiple accounts repeat this for every account.

Previous Releases (5.10 and Below)

  • On the top panel, visit System -> Administration -> Synaptic Package Manager.
  • Search for "spamassassin".
  • Install "spamassassin" and any dependencies it requires.
  • Or write in terminal
   apt-get install spamassassin
   
  • Launch Evolution.
  • Go to Edit -> Preferences -> Mail Preferences -> Junk.
  • Enable at least the first option box, "Check incoming mail for junk."

Spamassassin itself requires no setup in most cases. If you really wanted to know all that, open the Gnome Help browser (System -> Help), type Ctrl-l (for "Location), and in the box type "man:spamassassin". Alternatively, you could open a terminal (Applications -> Accessories -> Terminal) and type "man spamassassin". There is additional documentation in "/usr/share/doc/spamassassin". (Places -> Home Folder, type Ctrl-l (Location), then enter "/usr/share/doc/spamassassin".)