46 lines
2.0 KiB
CFEngine3
46 lines
2.0 KiB
CFEngine3
# SpamAssassin rules file: porn tests
|
|
#
|
|
# 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.
|
|
#
|
|
# Note: body tests are run with long lines, so be sure to limit the
|
|
# size of searches; use /.{0,30}/ instead of /.*/ to avoid huge
|
|
# search times.
|
|
#
|
|
# <@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>
|
|
#
|
|
###########################################################################
|
|
|
|
require_version @@VERSION@@
|
|
|
|
###########################################################################
|
|
|
|
body FREE_PORN /\bfree (?:porn|xxx|adult)/i
|
|
describe FREE_PORN Possible porn - Free Porn
|
|
|
|
body CUM_SHOT /\bcum[ -]?shots?\b/i
|
|
describe CUM_SHOT Possible porn - Cum Shot
|
|
|
|
# "live cam" is a very common nonspam phrase, removed
|
|
body LIVE_PORN /\blive .{0,9}(?:fuck(?:ing)?|sex|naked|girls?|virgins?|teens?|porno?)\b/i
|
|
describe LIVE_PORN Possible porn - Live Porn
|
|
|
|
header SUBJECT_SEXUAL Subject =~ /[s5][e3\xE8-\xEB]x[u\xB5\xF9-\xFC][a4\xE0-\xE6@][l!|1](?:[l!|1]y)?.{0,3}[e3\xE8-\xEB]xp[l!|1][i1!|l\xEC-\xEF]c[i1!|l\xEC-\xEF]t/i
|
|
describe SUBJECT_SEXUAL Subject indicates sexually-explicit content
|