Re: [Assp-user] spam trends

2007-01-20 Thread Micheal Espinola Jr
brougham Baker wrote:
 From: Micheal Espinola Jr [EMAIL PROTECTED]
   
 Thoughts?
 

 I've seen this for a while, and asked for this feature in middle of
 December, to which you said-

 I don't think any of this is worthwhile.  It violates RFCs, adds
 confusions, and I don't think anything that anyone can truly agree on.

LOL, I'm going to have go look back at my archive.  I may not have
responded to the correct post or not have understood what you were
referring to.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


[Assp-user] spam trends

2007-01-18 Thread Micheal Espinola Jr
I have begun to examine the contents of a few of my spam traps and I
have noticed that slightly more than half of it (approx 10,000 messages
in this sample) all have bad date: header fields.

Creating a Regular Expression is easy enough, but in my mind not dynamic
enough to block these (in case they slip through anything else) in the
long-term.

I'm wondering if this is something that would be worthwhile coding into
ASSP.  Perhaps a check that the date cant be more than a day ahead (and
perhaps not more than a month old)?

I found a small snip of code at
(http://www.regular-expressions.info/dates.html) that looks like it
could be the basis of a new sub. As written, this code only matches the
date as 1999-01-01, but I am looking into how it could be modified to
fit our needs - if this is even a useful idea.

Thoughts?


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] spam trends

2007-01-18 Thread Fritz Borgstedt

I found a small snip of code at
(http://www.regular-expressions.info/dates.html) that looks like it
could be the basis of a new sub. As written, this code only matches
the
date as 1999-01-01, but I am looking into how it could be modified to
fit our needs - if this is even a useful idea.

I wonder how you can do out of this formal check a valid date check
depending on the current date. If we do it, it has to be done complete
 different from this.

mfg
fb


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user