]> git.proxmox.com Git - proxmox-spamassassin.git/blame - sa-updates/60_awl.cf
bump version to 4.0.1-1
[proxmox-spamassassin.git] / sa-updates / 60_awl.cf
CommitLineData
dfdd1e08 1# SpamAssassin rules file: auto-welcomelist
b780ea8d
SI
2#
3# Please don't modify this file as your changes will be overwritten with
4# the next update. Use /etc/mail/spamassassin/local.cf instead.
5# See 'perldoc Mail::SpamAssassin::Conf' for details.
6#
7# <@LICENSE>
8# Licensed to the Apache Software Foundation (ASF) under one or more
9# contributor license agreements. See the NOTICE file distributed with
10# this work for additional information regarding copyright ownership.
11# The ASF licenses this file to you under the Apache License, Version 2.0
12# (the "License"); you may not use this file except in compliance with
13# the License. You may obtain a copy of the License at:
14#
15# http://www.apache.org/licenses/LICENSE-2.0
16#
17# Unless required by applicable law or agreed to in writing, software
18# distributed under the License is distributed on an "AS IS" BASIS,
19# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20# See the License for the specific language governing permissions and
21# limitations under the License.
22# </@LICENSE>
23
24ifplugin Mail::SpamAssassin::Plugin::AWL
25
dfdd1e08
SI
26if can(Mail::SpamAssassin::Conf::feature_welcomelist_blocklist)
27header AWL eval:check_from_in_auto_welcomelist()
28endif
29if !can(Mail::SpamAssassin::Conf::feature_welcomelist_blocklist)
b780ea8d 30header AWL eval:check_from_in_auto_whitelist()
dfdd1e08
SI
31endif
32
b780ea8d
SI
33describe AWL Adjusted score from AWL reputation of From: address
34tflags AWL userconf noautolearn
35priority AWL 1000
36
37endif # Mail::SpamAssassin::Plugin::AWL