PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mailfilter



bluesky666
02.05.02, 17:59
Hi,

ich hab da ein kleines Problem mit mailfilter

er loggt sich in die postfächer ein und scannt die mails aber er löscht keine mails, hier meine .mailfilterrc:

# -----------------------------------------------------------
# Example rcfile from the INSTALL document
# -----------------------------------------------------------
# -----------------------------------------------------------
# Logile path (be sure you have write permission in this
# directory; you MUST specify a logfile)

LOGFILE=/var/log/mailfilter

# -----------------------------------------------------------
# Level of verbosity
#
# 0 Silent, show nothing at all
# 1 Only show errors
# 2 Only show "Deleted..." messages and errors
# 3 Default; Show "Deleted..." messages, errors
# and "Examining..." messages
# 4 Like (3), except this also shows the current
# account's username
# 5 Like (4), except this also shows the com*
# mands issued to the server and the server's
# return value (OK or ERR)
# 6 Debugging mode; prints almost everything

VERBOSE=6

# -----------------------------------------------------------
# POP3 server list (do not change the order of the fields!)
# Note: Port 110 is usually the port POP3 servers use.
# Currently only POP3 is supported.

SERVER=localhost
USER=testuser
PASS=test
PROTOCOL=pop3
PORT=110

# -----------------------------------------------------------
# Do you want case sensitive e-mail filters? { yes | no }

REG_CASE=no

# -----------------------------------------------------------
# Sets the type of Regular Expression used { extended | basic }
#
# (The default is 'basic', don't change unless you know what you
# are doing. Extended REs are more complex to set up.)

REG_TYPE=basic

# -----------------------------------------------------------
# Maximum e-mail size in bytes that should not be exceeded.

MAXSIZE_DENY=100000000

# -----------------------------------------------------------
# Set maximum line length of any field in the message header
# (default is 998 characters per line; 0 to disable option)

MAXLENGTH=998

# ----------------------------------------------------------
# Filter rules for detecting spam (each rule must be placed
# in a seperate line)

# These filters detect certain unpleasant e-mail subjects:
DENY=^Subject:.*Get penis enlargement
DENY=^Subject:.*WIN MONEY

# This one filters mail from a certain person:
DENY=^From:InfoService6863w58@aol.co.uk
DENY=^From:lori_69@usa.net

# This one filters mail from everyone at a certain organisation:
DENY=^From:.*@any_provider_that_spams.org
DENY=^From:.*@eros.stoen.net
DENY=^From:.*@optinfreebies.com
DENY=^From:.*@shortnews.de
DENY=^From:.*@firemail.de
DENY=^From:.*@news.fortunecity.com
DENY=^From:.*@it-development.de
DENY=^From:.*@Janetsfree.com
DENY=^From:.*@ils.de
DENY=^From:.*@englishtown.com
DENY=^From:.*@hutl.com
DENY=^From:.*@possessed.de
DENY=^From:.*@Flashmail.com
DENY=^From:.*@firemail.de
DENY=^From:.*@dvd.de
DENY=^From:.*@mercserv.merconet.com.br
DENY=^From:.*@skytower.com
DENY=^From:.*@cyquest.de
DENY=^From:.*@dtreports.org
DENY=^From:.*@eagames.m0.net
DENY=^From:.*@originet.com.br

# We don't want any of those 'LEGAL' messages either
# while stuff with 'legal' in the subject still interests us:
DENY_CASE=^Subject:.*LEGAL

# -----------------------------------------------------------
# Normalises the subject strings before parsing, e.g.
# ',L.E-G,A.L; ,C.A-B`L`E, +.B-O`X` ;D`E`S,C;R,A.MB;L,E.R-]'
# becomes 'LEGAL CABLE BOX DESCRAMBLER' which can be filtered.
#
# If NORMAL is switched on, Mailfilter tries to apply filters
# to both the normalised and the original subject.

NORMAL=yes

# -----------------------------------------------------------
# The maximum e-mail size in bytes that messages from friends
# should not exceed. Set this to 0 if all your friends (ALLOW)
# can send messages as long as they want.

MAXSIZE_ALLOW=0

# ----------------------------------------------------------
# Set list of friends that always pass, if they do not
# exceed the message length of MAXSIZE_ALLOW

# This rule allows all mail from a friend who was unlucky enough
# to have signed up with a spam organisation. With DENY we
# block everyone else from that domain though! See above!
ALLOW=^From:.*a_friend_with_account@any_provider_t hat_spams.org

# Of course we allow e-mail from anyone who has something to say about
# mailfilter:
ALLOW=^Subject:.*mailfilter

# We also let our girlfriend send any e-mail she wants:
ALLOW=^From:.*my_girlfriend@any_provider.com

hier das logfile von mailfilter

mailfilter: 0.2.4 querying testuser@localhost on Thu May 2 18:33:57 2002
mailfilter: Received +OK from server.
mailfilter: Sending USER testuser
mailfilter: Received +OK from server.
mailfilter: Sending PASS *****
mailfilter: Received +OK from server.
mailfilter: Sending STAT
mailfilter: Received +OK from server.
mailfilter: Examining 1 message(s).
mailfilter: Sending LIST 1
mailfilter: Received +OK from server.
mailfilter: Sending TOP 1 0
mailfilter: Received +OK from server.
mailfilter: Getting to section Delete-Duplicates.
mailfilter: Getting to message line length section.
mailfilter: Entering message line length section.
mailfilter: Finished handling message line length.
mailfilter: Getting to section ALLOW.
mailfilter: Getting to section MAXSIZE_DENY.
mailfilter: Getting to message filter section.
mailfilter: Getting to negative message filter section.
mailfilter: Sending QUIT


hoffe jemand weiß was da falsch ist

Gruß

Helge