]> git.proxmox.com Git - proxmox-spamassassin.git/blame - sa-updates/25_antivirus.cf
buildsys: use simple parenthesis for variables
[proxmox-spamassassin.git] / sa-updates / 25_antivirus.cf
CommitLineData
b780ea8d
SI
1# SpamAssassin - anti-virus rules
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#
24###########################################################################
25
26# Requires the Mail::SpamAssassin::Plugin::AntiVirus plugin be loaded.
27
28ifplugin Mail::SpamAssassin::Plugin::AntiVirus
29
30body MICROSOFT_EXECUTABLE eval:check_microsoft_executable()
31describe MICROSOFT_EXECUTABLE Message includes Microsoft executable program
32
33body MIME_SUSPECT_NAME eval:check_suspect_name()
34describe MIME_SUSPECT_NAME MIME filename does not match content
35
36endif # Mail::SpamAssassin::Plugin::AntiVirus