mailrules.conf

来自「JK Proxy Project - Version 0.1 --------」· CONF 代码 · 共 7 行

CONF
7
字号
# load list of bad words to symbol "spamwords"
loadlist spamwords, spamwords.lst

# create rule which blocks all emails whose subject contains one of the bad words
rule header,	subject,	contains,	I,	@spamwords,	isspam
# create rule which blocks all emails whose body contains one of the bad words
rule body,	,		contains,	I,	@spamwords,	isspam

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?