| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| readme.txt | 2012-04-26 | 1.6 kB | |
| MDSpamP.zip | 2012-04-26 | 361.6 kB | |
| Totals: 2 Items | 363.3 kB | 0 |
==============================
MDSpamP: Extended Spam Filter for MDaemon
Arjun Rajagopalan
Arjun_Rajagopalan@yahoo.com
2012
==== Description
Ola!
MDSpamP is an extended spam and file type filter for the MDaemon mail
server.
As distributed, it performs content scanning of email attachments to verify
content types match file extensions. It can perform scanning of files inside
zip archives.
The filter will then block all emails with not allowed files types and with
file with contents that do not match their file type.
This filter is based on the excellent MDaemon API examples and incoporates a
python environment for easy updating. You can extend or modify the filter in
python without needing to recompile the entire plugin.
I am releasing this to the community in case other administrators are having
the same frustrating time with their users as I am and need more power to scan
incoming mail.
Arjun
==== Instructions (Simple Version!)
0. Install MinGW and Python 2.7
1. Unzip archive, edit Makefile.inc if you have not installed to
default locations
2. Edit MDSpamP\python\md_spam_filter.py to configure filter settings
3. - Make all
- Copy MDSpamP\package\* to c:\MDaemon\SpamFilter\,
- Paste config from make into c:\MDaemon\App\Plugins.dat
==== Licences
* MDSPamP is distributed under the BSD Licence
described in LICENCE.txt
* MDaemon API components (MDSpamP\extern\mdapi) are from the MDaemon API
examples (Thanks Arvel!)
* Microsoft MSCV90 runtime files are (C) Microsoft.