On Wed, 30 Jun 2004 22:40:13 -0500 Malcolm <[EMAIL PROTECTED]> wrote:
> Hi there, > > I'm trying to get rid of some email headers but can't seem to do it. > This is setup on a test box. > > Here's my .qmail file > > |preline -f /home/vpopmail/tmda/bin/tmda-filter -c > /home/vpopmail/domains/spaminator.dyndns.org/malcolms/.tmda/config > | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox > > And here's what's in my config file. > > BASEDIR = "/home/vpopmail/domains/spaminator.dyndns.org/" > USER = "malcolms" > CRYPT_KEY_FILE = os.path.join(BASEDIR + USER + "/.tmda/crypt_key") > CONFIRM_APPEND = os.path.join(BASEDIR + USER + > "/.tmda/lists/whitelist") CONFIRM_MAX_MESSAGE_SIZE = 50000 > DATADIR = os.path.join(BASEDIR + USER + "/.tmda/") > FILTER_INCOMING = os.path.join(BASEDIR + USER + > "/.tmda/lists/incoming") import time > localtime = time.localtime(time.time()) > YYYYmm = time.strftime('%Y-%m',localtime) > mm = time.strftime('%m',localtime) > LOGFILE_INCOMING = os.path.join(BASEDIR + USER + > "/.tmda/logs/tmdalog."+ mm) LOGFILE_DEBUG = os.path.join(BASEDIR + > USER + "/.tmda/logs/debug."+ mm) > HOSTNAME = "spaminator.dyndns.org" > TEMPLATE_DIR = os.path.join(BASEDIR + USER + "/.tmda") > SMTPHOST = "localhost" > LOGFILE_OUTGOING = os.path.join(BASEDIR + USER + > "/.tmda/logs/outgoing.tmdalog.mm") PENDING_BLACKLIST_APPEND = > os.path.join(BASEDIR + USER + "/.tmda/lists/blacklist") > PENDING_WHITELIST_APPEND = os.path.join(BASEDIR + USER + > "/.tmda/lists/whitelist") > PURGED_HEADERS_CLIENT = ["x-mailer"] > PURGED_HEADERS_SERVER = ["x-mailer"] > PURGED_HEADERS_DELIVERY = ["x-mailer"] > PURGED_HEADERS = ['x-mailer'] > > The last four lines are what I added. Yet all my emails still have > this in their headers > > X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; > i686-pc-linux-gnu) > > Am I doing something wrong? This in on tmda-1.0.3. > > Thanks > Malcolm I probably sent this message out to close to July 4th. Everyone was out having fun. Does anyone know why PURGE_HEADERS doesn't work or what I'm doing wrong? Thanks Malcolm _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users