Re: [SAtalk] responder

2003-01-16 Thread Jeremy Turner
plement, if (user+pass validates and user has spam to view) then show spam, else error. Jeremy -- ********** Jeremy Turner, Help Desk SupervisorPhone: 405.425. Email: [EMAIL PROTECTED]Phone: 405.425.1820 Information Te

Re: [SAtalk] Another new spammer ploy?

2003-01-16 Thread Jeremy Turner
ts are > all identical in this instance, I suppose there's no reason that they > couldn't be random in some future incarnation. What if a rule based on the number of comments to lines ratio? -- ****** Jeremy Turner, Help Desk

RE: [SAtalk] [OT] SpamAssassin Bouncing

2003-01-16 Thread Jeremy Turner
periodically checked. Jeremy -- ********** Jeremy Turner, Help Desk SupervisorPhone: 405.425. Email: [EMAIL PROTECTED]Phone: 405.425.1820 Information Technology Services, Oklahoma Christian University ** Microsoft Palladium -- Wh

[SAtalk] [OT] SpamAssassin Bouncing

2003-01-16 Thread Jeremy Turner
On Thu, 2003-01-16 at 08:32, [EMAIL PROTECTED] wrote: > On 15 Jan 2003, Jeremy Turner wrote: > > > 2. As discussed previously on this thread (I believe), it might be a > > bad idea to send an email back to a spam source. At best, the address > > doesn't exist, cre

Re: [SAtalk] Exim and Spamassassin - how to drop spam?

2003-01-15 Thread Jeremy Turner
o this debate earlier... isn't sending an email to the recipient saying they might have been spammed just sending an unwanted email to the recipient, much like spam does? Jeremy -- ****** Jeremy Turner, Help Desk Supervisor

Re: [SAtalk] SA gatewaying with LDAP user verification?

2003-01-15 Thread Jeremy Turner
eally a SpamAssassin thing. I would point you to your favorite MTA for more info. > Has anyone done off-server LDAP user validation like this? No but it sounds like a great concept. Jeremy -- ****** Jeremy Turner, Help Desk Supervisor

Re: [SAtalk] success stories with SA ?

2003-01-15 Thread Jeremy Turner
een blocking and tagging. I err on the side of caution, mainly because I haven't figured out a quarantine system out. Jeremy -- ** Jeremy Turner, Help Desk SupervisorPhone: 405.425. Email: [EMAIL PROTECTED]Phone: 405.425.1820 Information Technology Services

Re: [SAtalk] responder

2003-01-15 Thread Jeremy Turner
some sort of processing script. Jeremy -- ****** Jeremy Turner, Help Desk SupervisorPhone: 405.425. Email: [EMAIL PROTECTED]Phone: 405.425.1820 Information Technology

Re: [SAtalk] Only allow so many emails

2002-11-26 Thread Jeremy Turner
You might ask the qmail folks. Jeremy -- ****** Jeremy Turner, Help Desk SupervisorPhone: 405.425. Email: [EMAIL PROTECTED]Phone: 405.425.1820 Information Technology Services, Oklahoma Christian University ** Lin

[SAtalk] PGP test

2002-11-18 Thread Jeremy Turner
readers. The fact that the email is signed could make a difference. According to http://spamassassin.org/tests.html, PGP_SIGNATURE and PGP_SIGNATURE_2 are -.5 and -.7 which would give them extra breathing room in case they turn up positive otherwise. -- ***********

[SAtalk] Spam Reports = Spam?

2002-10-31 Thread Jeremy Turner
lists.sourceforge.net/lists/listinfo/zaurus-chatter == === End of Email = ====== -- ** Jerem

Re: [SAtalk] You have a secret admirer

2002-10-30 Thread Jeremy Turner
ho did it. One word... blacklist. :) Jeremy -- ********** Jeremy Turner, Help Desk SupervisorPhone: 405.425. Email: [EMAIL PROTECTED]Phone: 405.425.1820 Information Techn

Re: [SAtalk] You have a secret admirer

2002-10-30 Thread Jeremy Turner
setup, I know). Jeremy -- ********** Jeremy Turner, Help Desk SupervisorPhone: 405.425. Email: [EMAIL PROTECTED]Phone: 405.425.1820 Information Technology Services, Oklahoma Christian University ** Linux j

RE: [SAtalk] Generating Statistics (new graph enclosed)

2002-10-29 Thread Jeremy Turner
> -Original Message- > From: Mike Loiterman [mailto:[EMAIL PROTECTED]] > I get this error when I run your script: > Fatal error: Call to undefined function: imagecreate() in > /usr/home/mike/phplot-4.4.6/phplot.php on line 203 > > I did some checking and it appears that the problem is be

[SAtalk] False Positive and False Negative stats?

2002-10-29 Thread Jeremy Turner
e? Jeremy -- ****** Jeremy Turner, Help Desk SupervisorPhone: 405.425. Email: [EMAIL PROTECTED]Phone: 405.425.1820 Information Technology Services, Oklahoma Christian

Re: [SAtalk] Generating Statistics (new graph enclosed)

2002-10-29 Thread Jeremy Turner
} if (!$found) { array_push($example_data,array($num,1)); } } } $graph->SetTitle("$which_title"); $graph->SetDataValues($example_data); $graph->SetIsInline("1"); $graph->SetFile

Re: [SAtalk] Spam Assassin Installer

2002-10-17 Thread Jeremy Turner
On Wed, 2002-10-16 at 17:49, Colm MacCárthaigh wrote: > On Wed, Oct 16, 2002 at 05:03:18PM -0500, Johnny L. Wales wrote: > > Anyhoo, I wrote a little perl script that takes the name of a user and > > automagically installs SpamAssassin for them. It's not quite ready for > > primetime, but I thought

RE: [SAtalk] Spamassassin (non-time-based) Graphs?

2002-10-15 Thread Jeremy Turner
On Tue, 2002-10-15 at 12:33, Stewart, John wrote: > > > A few days ago, someone mentioned graphing stats from > > spamassassin using > > MRTG and others. Well, I got that working, and it's pretty slick. > > Care to share the recipe for this? I didn't see anything in the SAtalk > archive... >

Re: [SAtalk] Spamassassin (non-time-based) Graphs?

2002-10-15 Thread Jeremy Turner
On Mon, 2002-10-14 at 22:31, Scott Lambert wrote: > On Mon, Oct 14, 2002 at 08:59:49PM -0500, Jeremy Turner wrote: > > On Mon, 2002-10-14 at 20:42, Philip Clever wrote: > > > what graphing have you set up thus far? > > > > The current graph is spam vs time, a

Re: [SAtalk] Spamassassin (non-time-based) Graphs?

2002-10-14 Thread Jeremy Turner
On Mon, 2002-10-14 at 20:26, Jonathan Nichols wrote: > How'd you get it working? I managed to make a flat line with mine. :-) I had that problem too. I put on my perl thinking hat, and I traced it back to a problem with a function call to the line of code that tries to pull the date off of the s

Re: [SAtalk] Spamassassin (non-time-based) Graphs?

2002-10-14 Thread Jeremy Turner
On Mon, 2002-10-14 at 20:42, Philip Clever wrote: > what graphing have you set up thus far? The current graph is spam vs time, as in number of spam emails per minute (or hour, day, year, etc...). What I want to graph now is the spamassassin point value vs quanity of each. What I want is a set o

[SAtalk] Spamassassin (non-time-based) Graphs?

2002-10-14 Thread Jeremy Turner
A few days ago, someone mentioned graphing stats from spamassassin using MRTG and others. Well, I got that working, and it's pretty slick. I was wondering about other non-time-based graphs? In other words I don't want to graph how many emails were tagged as spam, but I want a graph of how many

RE: [SAtalk] spamd log to mrtg (with exim)?

2002-10-08 Thread Jeremy Turner
On Tue, 2002-10-08 at 14:03, Dallas Engelken wrote: > > On 08 Oct 2002 13:01:34 -0500, you wrote: > > >Would anyone be interested in a script that pipes spamd data > > into mrtg > > >to be graphed? > > Yes. I already graph inbound and outbound mail to MRTG. A > > spam one would be > > nice, to

Re: [SAtalk] what am I missing here?

2002-10-02 Thread Jeremy Turner
I realized that I hadn't sent this reply back to the group... On Wed, 2002-10-02 at 15:30, Diffenderfer, Randy wrote: > In testing, I have forwarded various samples of the heap o' spam that I have > in my AOL mailbox. The "enlarge your..." sample resonates strongly with the > rules -- clearly ma

Re: [SAtalk] 'From' -F 0 option?

2002-09-26 Thread Jeremy Turner
On Thu, 2002-09-26 at 10:52, Theo Van Dinter wrote: > On Thu, Sep 26, 2002 at 10:40:57AM -0500, Jeremy Turner wrote: > > I worked through a mini-howto on spamassassin which used the '-F 0' > > option when invoking spamd, which is supposted to disable rewriting the > &g

[SAtalk] 'From' -F 0 option?

2002-09-26 Thread Jeremy Turner
I worked through a mini-howto on spamassassin which used the '-F 0' option when invoking spamd, which is supposted to disable rewriting the 'From' header. I can't find this option on the manpage though. Is it not available in the spamd/c option? Jeremy -

[SAtalk] Re: exim, spamassassin as gateway

2002-09-25 Thread Jeremy Turner
On Tue, 2002-09-24 at 23:48, Mark Roach wrote: > On Tue, Sep 24, 2002 at 10:32:09AM -0500, Jeremy Turner wrote: > > > > When email goes through exim to a non-local destination, it is scanned > > properly, but there is a break in the email header: > > > Hi, Jeremy.