-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEL_Check_Header_XPriority.m4
47 lines (38 loc) · 1.75 KB
/
EL_Check_Header_XPriority.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
45
46
47
divert(-1)dnl
#
# Copyright (c) 2004-2011 hesketh.com/inc. All rights reserved.
# See the file LICENSE in the distribution for details.
#
# questions? <support@enemieslist.com>
#
divert(0)dnl
VERSIONID(`$Id: EL_Check_Header_XPriority.m4,v 1.18 2011/05/17 17:51:36 schampeo Exp $')
divert(-1)dnl
LOCAL_CONFIG
#------------------------------------------------------------------------
# enemieslist.com X-Priority: header check call and pattern check
#------------------------------------------------------------------------
HX-Priority: $>EL_Check_Header_XPriority
KEL_XPriorityToken regex -aSPAM %XP
LOCAL_RULESETS
#------------------------------------------------------------------------
# enemieslist.com X-Priority: header checks
# note: primarily here for MyDoom check in check_eoh
#------------------------------------------------------------------------
SEL_Check_Header_XPriority
ifdef(`_EL_TRACE', `dnl
R$* $: $1 $(EL_Log "XPriority 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
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
R$* $: $(EL_XPriorityToken $&{currHeader} $)
RSPAM $#error $@ 5.7.1 $: ifdef(`confEL_ErrXPriorityToken', `confEL_ErrXPriorityToken', `"554 XPRIORT Contact "$&{ELContactEmail}" if this is in error, but your message was rejected as spam. It contains a suspicious header (X-Priority)."')