BitDefender integration | Using | 10 | |
BitDefender | |||
|
10.1.7. KMail
KMail is a
KMail integration can be done using the wizard from Tools →
menu. This will autodetect BitDefender and will automatically configure the filters to pipe any message through a script that will add a header to the message,
If you do not like to use the wizard, you can add manually the filter rule. Start from Settings → Configure filters.... Add a new filter and name it BitDefender
i n t h e t e x t b o x kmail_bitdefender.sh. Then check the boxes Apply to incoming message and Apply on
manual filtering. Save the new rule by pressing the OK button.
Copy the following script, name it kmail_bitdefender.sh and save it somewhere in your path.
#!/bin/sh
#BitDefender KMail integration script
#Copyright (C)
#Place this script in your PATH and name it
#kmail_bitdefender.sh, such as: ~/bin/kmail_bitdefender.sh
#Set some parameters
BDSCAN=bdscan
TMPFILE=/tmp/bdkmail_$$
67