claws-mail/src/plugins/clamav
Colin Leroy 922e98bbbe 2006-04-29 [colin] 2.1.1cvs43
* src/prefs_receive.c
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/clamav/clamav_plugin_gtk.c
		GUI fixes by Pawel
2006-04-29 20:28:49 +00:00
..
.cvsignore add .cvsignore 2003-04-12 18:46:58 +00:00
clamav_plugin.c 2006-03-12 [paul] 2.0.0cvs134 2006-03-12 08:58:31 +00:00
clamav_plugin.h 2006-01-13 [paul] 1.9.100cvs142 2006-01-13 17:24:38 +00:00
clamav_plugin_gtk.c 2006-04-29 [colin] 2.1.1cvs43 2006-04-29 20:28:49 +00:00
clamav_plugin_gtk.deps 2005-07-14 [colin] 1.9.12cvs51 2005-07-14 13:37:35 +00:00
Makefile.am 2006-03-05 [paul] 2.0.0cvs110 2006-03-05 10:04:40 +00:00
README sync 099claws 2004-02-21 11:01:01 +00:00

Clam AntiVirus Plugin
---------------------

This plugin will scan incoming messages for viruses using 
Clam AntiVirus (libclamav). It can be used with Local, IMAP
and POP accounts.

Messages that have infected attachments can be automatically
deleted or moved to a folder that can be specified in the 
configuration, if the folder is not specified or not found 
the default trash folder will be used.

The plugin is built automatically if you have the required
libraries available. It has two parts and will be installed
in $PREFIX/lib/sylpheed/plugins/ as clamav_plugin.so and
clamav_plugin_gtk.so.

The 'clamav_plugin.so' plugin provides only the actual 
scanning. By default it is not enabled. 

You will probably also want to load the configuration plugin
'clamav_plugin_gtk.so' to get a configuration page under 
"Configuration/Other Preferences.../Filtering/Clam AntiVirus" 
for the Clam AntiVirus plugin.

The Clam AntiVirus plugin uses its own block in the 'sylpheedrc' 
file in your config directory (default: '~/.sylpheed'). If you 
really want to configure it without the GTK plugin you can 
specify the following options:

[ClamAV]
clamav_enable=1				enable scanning with Clam AntiVirus
					[default: 0]

clamav_enable_arc=1			enable archive scanning with Clam 
					AntiVirus
					[default: 0]

clamav_max_size=1			maximum size an attachment can have
					(in MB), larger attachments will not
					be scanned
					[default: 1]

clamav_recv_infected=1			enable to save infected messages to a 
					mailfolder. If not enabled the mails 
					will be deleted
					[default: 1]
					
clamav_save_folder=#mh/Mailbox/virus	the folder that should be used to save
					infected mails, if empty the default 
					trash folder is used
					[default: none, use default trash]

Clam AntiVirus is licensed under the GPL and can be downloaded from
http://clamav.sourceforge.net/