forked from schampeo/EnemieslistM4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EL_Check_Header_XMailScanner.m4
45 lines (36 loc) · 1.49 KB
/
EL_Check_Header_XMailScanner.m4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
divert(-1)dnl
#
# Copyright (c) 2004-2011 hesketh.com/inc. All rights reserved.
# See the file LICENSE in the distribution for details.
#
# questions? <[email protected]>
#
divert(0)dnl
VERSIONID(`$Id: EL_Check_Header_XMailScanner.m4,v 1.16 2011/05/17 18:01:59 schampeo Exp $')
divert(-1)dnl
LOCAL_CONFIG
#------------------------------------------------------------------------
# enemieslist.com X-MailScanner: header check pattern and call
#------------------------------------------------------------------------
HX-MailScanner: $>EL_Check_Header_XMailScanner
KEL_SobigFXMS regex -b -a_VIRUS_ ^.*Found to be clean\.*$
LOCAL_RULESETS
#------------------------------------------------------------------------
# enemieslist.com X-MailScanner header checks
#------------------------------------------------------------------------
SEL_Check_Header_XMailScanner
ifdef(`_EL_TRACE', `dnl
R$* $: $1 $(EL_Log "XMailScanner w/ " $1 "; score: " $&{ELSuspiciousCount} "." $)
')dnl
ifdef(`_EL_SKIPLOCAL', `dnl
R$* $: $1 $| $&{client_addr}
R$* $| 127.0.0.1 $@
')dnl
# skip whitelisted hosts
R$* $: $&{ELWhitelisted}
R$+:$+ $@
ifdef(`_EL_B0RKEN', `dnl
# check for broken/misconfigured spamware
R$* $: $(EL_B0rkenRatware $&{currHeader} $)
R@SPAM $#error $@ 5.7.1 $: ifdef(`confEL_ErrB0rkenRatware', `confEL_ErrB0rkenRatware', `"554 B0RKENR Contact "$&{ELContactEmail}" if this is in error, but your message was rejected as spam; it appears to have been sent by laughably broken spam software."')
')dnl