ソースを参照

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>

読み込み中…
キャンセル
保存