瀏覽代碼

Updated CGPSNF.exe to latest.

Updated default configuration to use new Postpone feature on black and caution results and to produce less extraneous CGP log data.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-WIN/trunk@13 7d91e7c8-5a61-404e-b06a-95855fde9112
master
madscientist 14 年之前
父節點
當前提交
3797e92182
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 二進制
      CGPSNF/CGPSNF.exe
  2. 3
    3
      CGPSNF/snf_engine.xml.sample

二進制
CGPSNF/CGPSNF.exe 查看文件


+ 3
- 3
CGPSNF/snf_engine.xml.sample 查看文件

@@ -148,13 +148,13 @@
<platform>
<snf4cgp>
<ham action='Allow' reason='Message OK' comment='Message OK' headers='yes' xml='yes'>
<ham action='Allow' reason='Message OK' comment='Message OK' headers='no' classic='no' xml='no'>
<result code='0' comment='(0) Not Spam/Malware' />
<result code='1' comment='(1) White Rule/IP-Range' />
</ham>
<spam action='Allow' reason='Spam/Malware' comment='Spam/Malware' headers='yes' classic='no' xml='no' hold-path='quarantine'>
<result code='40' comment='(40) Caution' />
<result code='63' action='Reject' reason='Source IP black listed (GBUdb/black)' comment='(63) Black' />
<result code='40' action='Postpone' reason='Source IP suspect (GBUdb/caution)' comment='(40) Caution' />
<result code='63' action='Postpone' reason='Source IP suspect (GBUdb/black)' comment='(63) Black' />
<result code='20' action='Reject' reason='Source IP black listed (GBUdb/truncate)' comment='(20) Truncate' />
</spam>
</snf4cgp>

Loading…
取消
儲存