Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > f66e24e214db5157bead258644839c66 > files > 5

perl-Mail-SpamAssassin-Plugin-LDAPfilter-0.09-8.mga3.src.rpm

#
# spamAssassinFilter.schema
# version 0.02, June 20, 2005
#
# Eric A. Hall, <ehall@ntrg.com>
# http://www.ntrg.com/misc/ldapfilter/
#
#
# <@LICENSE>
# Copyright 2005 Eric A. Hall <ehall@ntrg.com>
#
# 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>
#
#
# NOTE: OID values are delegated on a global basis and are assumed to
# be consistent across all implementations. The OID values in this
# schema are registered to Eric A. Hall specifically for the purposes
# defined herein, and MUST NOT BE CHANGED OR EXPANDED UPON FOR ANY
# REASONS WHATSOEVER. If you would like to see additional attribute or
# object class definitions, contact the author, or obtain your own
# OID hierarchy from iana.org.
#

attributetype ( 1.3.6.1.4.1.22739.92.2 NAME 'spamAssassinFilterClient'
	DESC 'WHITELIST or BLACKLIST connections from network clients'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
	EQUALITY caseIgnoreIA5Match )

attributetype ( 1.3.6.1.4.1.22739.92.3 NAME 'spamAssassinFilterHelo'
	DESC 'WHITELIST or BLACKLIST connections from SMTP clients'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
	EQUALITY caseIgnoreIA5Match )

attributetype ( 1.3.6.1.4.1.22739.92.4 NAME 'spamAssassinFilterEnvFrom'
	DESC 'WHITELIST or BLACKLIST transfers from addresses/domains'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
	EQUALITY caseIgnoreIA5Match )

attributetype ( 1.3.6.1.4.1.22739.92.5 NAME 'spamAssassinFilterEnvTo'
	DESC 'WHITELIST or BLACKLIST transfers for addresses/domains'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
	EQUALITY caseIgnoreIA5Match )

attributetype ( 1.3.6.1.4.1.22739.92.6 NAME 'spamAssassinFilter822From'
	DESC 'WHITELIST or BLACKLIST messages from addresses/domains'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
	EQUALITY caseIgnoreIA5Match )

attributetype ( 1.3.6.1.4.1.22739.92.7 NAME 'spamAssassinFilter822To'
	DESC 'WHITELIST or BLACKLIST messages for addresses/domains'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
	EQUALITY caseIgnoreIA5Match )

attributetype ( 1.3.6.1.4.1.22739.92.8 NAME 'spamAssassinFilter822RplyTo'
	DESC 'WHITELIST or BLACKLIST messages Reply-To addresses/domains'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
	EQUALITY caseIgnoreIA5Match )

attributetype ( 1.3.6.1.4.1.22739.92.9 NAME 'spamAssassinFilter822Uri'
	DESC 'WHITELIST or BLACKLIST messages containing named URIs'
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
	EQUALITY caseIgnoreIA5Match )

objectclass ( 1.3.6.1.4.1.22739.92.0 NAME 'spamAssassinFilter'
	DESC 'SMTP transfer filter object class for SpamAssassin 3.x'
	AUXILIARY
	MAY ( spamAssassinFilterClient $ spamAssassinFilterHelo $
		spamAssassinFilterEnvFrom $ spamAssassinFilterEnvTo $
		spamAssassinFilter822From $ spamAssassinFilter822To $
		spamAssassinFilter822RplyTo $ spamAssassinFilter822Uri ) )