Re: Re[2]: [SAtalk] Re: Movie FILTER THIS VIRUS ALREADY!!!

2003-07-03 Thread Dave Weiner
based lists, and would love to see your filter regex's for common worms, etc! Sincerely Yours, Dave Weiner Webmaster SCA, Inc. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portal

Re: [SAtalk] Virtual Users for SQL Prefs

2003-03-04 Thread Dave Weiner
David Dellanave wrote: > Paul, I think you've missed something very important here. What > happens when there are multiple recipients (within your domains) for > the message? I don't think you're getting it Dave. There are two ways you can use spamassassin. At the MTA level or at the user leve

[SAtalk] Testers Wanted for SpamAssassin/Vpopmail control panel

2002-12-14 Thread Dave Weiner
I'm looking for a few select ALPHA testers for a web based control panel I have written specifically for use with vpopmail and Spam Assassin. It features: * Authenticates using the vpopmail.pm api * Can be turned on or off be individual users * uses .qmail files in the users virtual home direct

Re: [SAtalk] spam assassin with vpopmail howto

2002-09-18 Thread Dave Weiner
> That's interesting, because I don't use the seekable patch... > > and, my vpopmail v5.2.1 configure settings are simply > ./configure \ > --enable-defaultquota=10485760 \ > --enable-many-domains=n \ > --enable-logging=v > > I'm not quite sure what the seakable patch does, but information found a

Re: [SAtalk] spam assassin with vpopmail howto

2002-09-18 Thread Dave Weiner
> With so many people asking how to use spamassassin for Individual users when > you're using qmail and vpopmail, i decided to implement it, and here are the > results: > > # add a user to the domain > > ~vpopmail/bin/vadduser [EMAIL PROTECTED] passwd > > > then you have to decide if you want to d

Re: [SAtalk] Multi-user SpamAssassin setup on vpopmail

2002-05-03 Thread Dave Weiner
Christopher Kunz <[EMAIL PROTECTED]> said: > Hey there, > > since yesterday, I'm a happy SpamAssassin user (thanks to Sascha Schumann, > who might even read this list, too) on my VPopMail setup. I'm now > investigating the possibility of setting SA as the default spam blocking > tool for all our

Re: [SAtalk] filtering through maildrop.

2002-04-18 Thread Dave Weiner
> [webmedic@server webmedic]$ cat .mailfilter > VERBOSE=9 > exception { > xfilter "spamc -f" > RETURNCODE=0 > EXITCODE=0 > } > to "./Maildir" My guess is a pathing problem. Put the full path to spamc in the xfilter line, like this: xfilter "/usr/bin/spamc -f" > > I only tried the e

Re: [SAtalk] filtering through maildrop.

2002-04-18 Thread Dave Weiner
mail 5.2 without any problems whatsoever, using spamc/spamd > -- > -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~` '~- > Brook Humphrey Dave Weiner ___ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

[SAtalk] sa-useradmin-0.3 released

2002-04-13 Thread Dave Weiner
Well, I finally got off my butt, and sa-useradmin-0.3 is now available! It can be downloaded from http://www.gallowglass.org/downloads/sa-useradmin-0.3.tar.gz For those of you who are not familiar with it, it has the following features (you can also find this list in the README file) Features:

Re: [SAtalk] best platform?

2002-04-11 Thread Dave Weiner
> On Thu, Apr 11, 2002 at 05:45:04PM +0100, Matt Sergeant wrote: > > On Thursday 11 Apr 2002 5:37 pm, dman wrote: > > > any takers as to why qmail isn't in debian? > > > > It is. It's just only in there as source, not a binary. > > > any takers as to why it's only there as source? That one is eas

Re: [SAtalk] SA research

2002-01-31 Thread Dave Weiner
> > Just out of curiosity Kelsey, why file based? What's wrong with sql based? > > Nothing, although afaic, it's just another moving part to break. The real Eh...if you've already got MySQL or some other rdbms running, minor :) > reason the I want to use file based configuration is we have a l

Re: [SAtalk] SA research

2002-01-30 Thread Dave Weiner
> On Wed, Jan 30, 2002 at 05:41:25PM -0500, Dave Weiner wrote: > > Check out my SA-user-admin, available from http://www.gallowglass.org > > Before I start to work on it, has anyone done the same for file based > user_prefs yet? If not, I'll do my best to get something do

Re: [SAtalk] SA research

2002-01-30 Thread Dave Weiner
> I am currently working on a web interface for SA. > > Going to initially offer to my users (~150): >required_hits >terse_report >auto_report_threshold >whitelist_from >blacklist_from > > Unlike the current devel PHP version (that works with MySQL and requires > mod_auth_exter

[SAtalk] Version 0.2 of sa-user-admin released

2002-01-28 Thread Dave Weiner
I've just finished up version 0.2 of my sa-user-admin cgi. From the changelog: * Added support for individual user preferences for vpopmail domains. * Now using maildrop. * Added support for individual user mail filters using maildrop and sqwebmail. * Added support to save vpopmail default de

Re: [SAtalk] Counting the spam filtered

2002-01-19 Thread Dave Weiner
> More MUAs need to support Maildir. Unfortunately the one I like the > best does not yet do so. Which one is that, Bob? > > Bob > Dave ___ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin

Re: [SAtalk] SpamAssassin and Vpopmail (long)

2002-01-17 Thread Dave Weiner
Correcting myself...I noticed that there was a problem in my filter rules...if the SPAM folder didn't exist, it would defer, not do a normal delivery. Corrected copy below :) Dave ### # Mailfilter rules created by

[SAtalk] SpamAssassin and Vpopmail (long)

2002-01-17 Thread Dave Weiner
rop .mailfilter ~vpopmail/domains/domain/.mailfilter ### # Mailfilter rules created by Dave Weiner <[EMAIL PROTECTED]> # # to integrate SpamAssassin with vpopmail using maildrop. Note

Re: [SAtalk] Subject Mangling

2002-01-17 Thread Dave Weiner
> Hey guys, a feature request for allowing customization of the mangling of > the subject line. Rather than *SPAM* which is a bit on the > excessive side and not having anything at all. How about allowing a > customization in the .cf file to something like [SP] or something. I'd > rath

Re: [SAtalk] filtering on SA score, RFC thoughts.

2002-01-15 Thread Dave Weiner
> > A quick question for you Charlie. As I'm still learning maildrop's > > filtering language, if I wanted to grab the score and the required hits, > > would this work? > > > > if (/^X-Spam-Status: *Yes, *hits=![:digit:]+ required=![:digit:]+.*/) > > { > > BTW guys -- watch out, the hits and requ

Re: [SAtalk] filtering on SA score, RFC thoughts.

2002-01-15 Thread Dave Weiner
> I use Maildir. I use maildrop for local delivery (from the courier > package). I'm running qmail + vpopmail, and I've just started playing with maildrop...God, I love opensource! Right now, I have maildrop looking for the "X-Spam-Flag: YES" header, and if it sees it, put it in a sqwebmail fold

Re: [SAtalk] spamc/vpopmail virtual user patch

2002-01-15 Thread Dave Weiner
> Hi Justin, > > Along the sames lines, do you mind if I modify the source for the mysql > lookups to include a larger username and submit it back to you? > > 1) A lot of systems have user names longer than 8 chars > 2) A lot of us are running qmail with vpopmail or vmailmgr (I run both) and > the