Commit | Line | Data |
---|---|---|
8523533c TK |
1 | /************************************************* |
2 | * Exim - an Internet mail transport agent * | |
3 | *************************************************/ | |
4 | ||
5a66c31b | 5 | /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003-2014 */ |
8523533c TK |
6 | /* License: GPL */ |
7 | ||
8 | /* Code for calling virus (malware) scanners. Called from acl.c. */ | |
9 | ||
10 | #include "exim.h" | |
11 | #ifdef WITH_CONTENT_SCAN | |
12 | ||
b1f8e4f8 | 13 | typedef enum {M_FPROTD, M_DRWEB, M_AVES, M_FSEC, M_KAVD, M_CMDL, |