Please use plain text emails.
Please reply to the list, not me personally.

If I were you I would remove a ton of the lines you have.
There is a lot of "trusting" going on with your filter.

For example, just do this and be done with it...

from-file ~/.tmda/lists/blacklist bounce
to-file ~/.tmda/lists/revoked confirm
from-file ~/.tmda/lists/whitelist ok
from-file ~/.tmda/lists/confirmed ok

Sam
 
-----Original Message-----
From: Fabiano Xavier Nascimento [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 07, 2004 4:26 PM
To: Samuel Hill
Subject: RE: Still getting SPAM..., why ?


my ~/.tmda/filters/incoming

# Accept all bounces (messages with an empty envelope sender)
from <> ok
from [EMAIL PROTECTED] ok

# Explicity bounce to/from these addresses.
#from [EMAIL PROTECTED]
#to [EMAIL PROTECTED] bounce

# Accept messages from myself.
from [EMAIL PROTECTED] ok
from [EMAIL PROTECTED] ok
from [EMAIL PROTECTED] ok

# Put your aliases here.


# On *nix, root sends out mail from cron jobs and such.
from [EMAIL PROTECTED] ok

# Evaluate against these files (empty by default).
from-file ~/.tmda/lists/confirmed ok
from-file ~/.tmda/lists/whitelist ok
from-file ~/.tmda/lists/blacklist bounce

# Envelope address may not match; check all headers (including
# Delivered-To) for these.
#headers "nospam"        ok
#headers "contracts"     ok
headers "info"          ok
headers "abuse"         ok
headers "postmaster"    ok
headers "majordomo"     ok
headers "ezmlm"         ok
headers "mailman"       ok

# Reject mail with non-ASCII text (byte values > 127) in the Subject:
# or From: headers.
headers '^(subject|from)\s*:.*[^\x00-\x7f]{5,}' bounce

------------------------------------------------------------------------
----------------
my config file ~/.tmda/config

# -*- python -*-

# Configuration file for TMDA. This file is interpreted as
# executable Python code. See the Python documentation for more
# on Python syntax: <URL:http://www.python.org/doc/current/>
#
# NOTE: This file must be mode 600 or 400. This should already
# be the case.
#
# See the "User configurable settings" section of
# TMDA/Defaults.py for more information on all the variables
# below.
#
# Any variable set here overrides the default value set in
# Defaults.py.

MAIL_TRANSFER_AGENT = "postfix" 
RECIPIENT_DELIMITER  = "-"
DELIVERY = "/var/mail/mrgiller"
HOSTNAME = os.popen("hostname |cut -d . -f 2-").read().strip()
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/in.log")
LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/out.log")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/debug.log")
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
PENDING_WHITELIST_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
PENDING_BLACKLIST_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")


--
X-LINK TELECOM LTDA
Fabiano Xavier Nascimento
Departamento T�cnico de T.I.
End : R: Camoes ,1684 Curitiba - Parana
Tel/Fax : (041) 352-0707 ramal:205
E-mail : [EMAIL PROTECTED]


============================
||   FEEL FREE TO USE LINUX      ||                            
============================

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to