You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ax...@apache.org on 2012/05/17 18:57:48 UTC

svn commit: r1339707 - /spamassassin/trunk/rules/10_hasbase.cf

Author: axb
Date: Thu May 17 16:57:47 2012
New Revision: 1339707

URL: http://svn.apache.org/viewvc?rev=1339707&view=rev
Log:
Initial commit for __HAS base rules

Added:
    spamassassin/trunk/rules/10_hasbase.cf

Added: spamassassin/trunk/rules/10_hasbase.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/10_hasbase.cf?rev=1339707&view=auto
==============================================================================
--- spamassassin/trunk/rules/10_hasbase.cf (added)
+++ spamassassin/trunk/rules/10_hasbase.cf Thu May 17 16:57:47 2012
@@ -0,0 +1,52 @@
+# SpamAssassin rules file: Base __HAS_* rules for meta rules
+#
+# Please don't modify this file as your changes will be overwritten with
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
+# See 'perldoc Mail::SpamAssassin::Conf' for details.
+#
+# <@LICENSE>
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you 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>
+#
+###########################################################################
+
+# Header rules
+
+header   __HAS_SENDER exists:Sender
+
+header __HAS_FROM   exists:From
+
+header __HAS_TO     exists:To
+
+header __HAS_CC     exists:CC
+
+
+
+
+
+# Rawbody rules
+
+
+
+# Mimeheader rules
+# should be encapsulated in if ... endif
+
+
+
+
+# URI rules
+
+uri __HAS_URI	/./
\ No newline at end of file