You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2006/07/31 22:28:29 UTC

svn commit: r427244 - /spamassassin/rules/trunk/sandbox/felicity/70_tqmcube.cf

Author: felicity
Date: Mon Jul 31 13:28:28 2006
New Revision: 427244

URL: http://svn.apache.org/viewvc?rev=427244&view=rev
Log:
bug 5011: add in tqmcube.com dnsbl for testing

Added:
    spamassassin/rules/trunk/sandbox/felicity/70_tqmcube.cf

Added: spamassassin/rules/trunk/sandbox/felicity/70_tqmcube.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/felicity/70_tqmcube.cf?rev=427244&view=auto
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_tqmcube.cf (added)
+++ spamassassin/rules/trunk/sandbox/felicity/70_tqmcube.cf Mon Jul 31 13:28:28 2006
@@ -0,0 +1,45 @@
+# Rules from what was "rules/70_testing.cf", a temporary new home
+#
+# <@LICENSE>
+# Copyright 2004 Apache Software Foundation
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# </...@LICENSE>
+#
+########################################################################
+
+ifplugin Mail::SpamAssassin::Plugin::DNSEval
+
+# Testing dnsbl.tqmcube.com, http://tqmcube.com/
+
+header __RCVD_IN_TQMCUBE        eval:check_rbl('tqmcube', 'dnsbl.tqmcube.com.')
+describe __RCVD_IN_TQMCUBE      Received via a relay in TQMCUBE
+tflags __RCVD_IN_TQMCUBE        net
+
+header RCVD_IN_TQMCUBE_DHCP              eval:check_rbl_sub('tqmcube', '127.0.0.2')
+describe RCVD_IN_TQMCUBE_DHCP            Received via a relay in TQMCUBE's DHCP list
+tflags RCVD_IN_TQMCUBE_DHCP              net
+
+header RCVD_IN_TQMCUBE_TRAP              eval:check_rbl_sub('tqmcube', '127.0.0.3')
+describe RCVD_IN_TQMCUBE_TRAP            Received via a relay in TQMCUBE's spamtrap list
+tflags RCVD_IN_TQMCUBE_TRAP              net
+
+header RCVD_IN_TQMCUBE_SOKO              eval:check_rbl_sub('tqmcube', '127.0.0.4')
+describe RCVD_IN_TQMCUBE_SOKO            Received via a relay in TQMCUBE's South Korea list
+tflags RCVD_IN_TQMCUBE_SOKO              net
+
+header RCVD_IN_TQMCUBE_CHINA             eval:check_rbl_sub('tqmcube', '127.0.0.5')
+describe RCVD_IN_TQMCUBE_CHINA           Received via a relay in TQMCUBE's China list
+tflags RCVD_IN_TQMCUBE_CHINA             net
+
+endif