This will be great!  Just so you know your work is appriciated, TMDA is
'THEE BEST' antispam method on the face of the planet.  My opinion of
course.

Thanks to everyone that helped, everything works now, and more importantly
it all makes sence.  I do have a question about how to set up my filter to
accept yahoogroups mailing lists.  Yahoo groups always come in as the from
 being the originator of the message and not the list.  There appears to
be several ways I could ok this but Im asking to find out what the
prefered method would be.  Here is what I see of the header in Eudora:

Delivered-To: [EMAIL PROTECTED]
X-eGroups-Return:
[EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: [EMAIL PROTECTED]
To: "Oakley Synths" <[EMAIL PROTECTED]>
X-Mailer: Microsoft Outlook Express 5.00.2014.211
From: "steve thomas" <[EMAIL PROTECTED]>
Mailing-List: list [EMAIL PROTECTED]; contact
[EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
Date: Tue, 11 Feb 2003 20:32:44 -0000
Subject: [oakley-synths] My Filtex 2U rack Pics

The first thing that came to mind was to use a to filter as follows:

to [EMAIL PROTECTED] ok

that seems like the most logical, does everyone concur, or is there a
better way?


Thanks
Bryan


> <[EMAIL PROTECTED]> writes:
>
>> Ok, this makes sence then.  So I should just move all my TMDA stuff
>> into the .tmda director and remove the DATADIR from the .tmdarc-tmda
>> file.  I take it I will have to make the apropriate adjustments to the
>> other directives in the file and all should be well.
>
> Right.  If you look at the TMDA defaults for some of the variables you
> have previously had to set, you'll see that creating a 'filters'
> directory in '.tmda' and putting files named 'incoming' and 'outgoing'
> in
> 'filters' means that you can remove your FILTER_INCOMING and
> FILTER_OUTGOING settings, because '.tmda/filters/incoming is the
> default.  Here's your tmda-tmdarc file:
>
>> CONFIRM_APPEND =
>> "/var/vpopmail/domains/techropolis.com/tmda/lists/whitelist"
>
> When I've fixed tmda-rfilter, you could move this /etc/tmdarc, like
> this:
>
> CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
>
> which will work for any user.
>
>> CONFIRM_MAX_MESSAGE_SIZE = 5000
>
> This could go into /etc/tmdarc.
>
>> DATADIR = "/var/vpopmail/domains/techropolis.com/tmda"
>
> You can delete this.
>
>> FILTER_INCOMING =
>> "/var/vpopmail/domains/techropolis.com/tmda/lists/incoming"
>
> You can delete this, if you store your 'incoming' and 'outgoing'
> filters in ~/.tmda/filters.
>
>> import time
>> localtime = time.localtime(time.time())
>> YYYYmm = time.strftime('%Y-%m',localtime)
>> LOGFILE_INCOMING =
>> "/var/vpopmail/domains/techropolis.com/tmda/log/tmdalog." + YYYYmm
>> LOGFILE_DEBUG = "/var/vpopmail/domains/techropolis.com/tmda/log/debug"
>
> These both can go in /etc/tmdarc.
>
>> PENDING_CACHE =
>> "/var/vpopmail/domains/techropolis.com/tmda/pending/.msgcache"
>
> You can delete this, as the default location is ~/.tmda/pending
>
>> TEMPLATE_DIR = "/var/vpopmail/domains/techropolis.com/tmda/"
>
> You can put this in /etc/tmdarc and change it to look
>> BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]"
>
>
>
>> Has anyone considered making a script that would add a virtual user by
>> running the vadduser and then creating the .tmda dir and copying
>> template files into the proper places so the user is ready to go?
>> From what little I know of perl it seems like it would be good at
>> doing this.
>>
>>
>> Thanks
>> Bryan
>>
>>



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

Reply via email to