claws-mail/src/plugins/clamav
2004-05-25 08:39:41 +00:00
..
.cvsignore add .cvsignore 2003-04-12 18:46:58 +00:00
clamav_plugin.c sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
clamav_plugin.h * src/common/plugin.[ch] 2003-04-30 14:31:22 +00:00
clamav_plugin_gtk.c replace deprecated gtk_signal... functions 2004-05-25 08:39:41 +00:00
Makefile.am 0.9.4claws43 2003-08-29 13:48:48 +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/