fmII
Tue, Nov 18th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 19:13 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]
Theme topics | Apps | Resources | Window Managers | Afterstep | Blackbox | Enlightenment | Fluxbox | GTK | IceWM | KDE | MetaCity | Sawfish | Window Maker

 SwenDeleter - Default branch
Section: Unix

 

Added: Sun, Sep 21st 2003 13:20 UTC (5 years, 2 months ago) Updated: Mon, Jan 19th 2004 19:38 UTC (4 years, 10 months ago)


Screenshot About:
SwenDeleter tries to identify email messages infected with the Swen worm in POP3 mailboxes and delete them on the server. It applies some heuristics to the headers and size of the messages, in order to avoid downloading the actual email, thus making retrievals less taxing. It has both interactive and nonstop modes.

Author:
fxn [contact developer]

Rating:
(not rated)

Tar/GZ:
http://www.hashref.com/[..]er/releases/swendeleter-1.4.1.src.tar.gz
Zip:
http://www.hashref.com/[..]leter/releases/swendeleter-1.4.1.src.zip
Changelog:
http://www.hashref.com/prj/swendeleter/ChangeLog

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  Console (Text Based)
[License]  OSI Approved :: Perl License
[Operating System]  OS Independent
[Programming Language]  Perl
[Topic]  Communications :: Email :: Filters

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» fxn (Owner)

» Rating: (not rated)
» Vitality: 0.00% (Rank 12991)
» Popularity: 0.41% (Rank 14024)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 4,448
   URL hits: 1,484
   Subscribers: 10

Other projects from the same categories:
B's Harmaa
anonvelope
OpenBottle-core
notespam
DisSent

Users who subscribed to this project also subscribed to:
apt-history
Fast Intelligent Software RAID1
sed
cdinsert and cdlabelgen
GNOME Blackbox


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.4.1 20-Jan-2004 Perl License Tar/GZ Changelog

 Comments

[»] False negatives due to qr//i peculiarity
by Ron Newman - Sep 26th 2003 10:23:02

SwenDeleter sometimes fails to properly match a copy
of the virus message because it does not use the /i
(case-insensitivity) switch consistently at every step
when building up pre-compiled regular expressions.

In particular, the declaration of my $subject2_regexp
needs to end with /ix and not just /x .

Probably the same fix needs to be made to all the
"from" regexps, but this should be done by someone
more familiar with the virus definition (not me!)

[reply] [top]


    [»] Re: False negatives due to qr//i peculiarity
    by fxn - Sep 26th 2003 15:48:53

    Excellent, fixed in 1.3. Thank you.

    [reply] [top]


[»] No highlighting on Mac OS X
by Ron Newman - Sep 26th 2003 10:16:21

The SwenDeleter.pl 1.2 script as written will not
highlight the matches on Mac OS X, because of this
line:

unless ($^O =~ /win/i) {

Unfortunately, $^O == "darwin" on Mac OS X. Since I
don't know what $^O actually looks like on Windows, I
don't know how to fix this correctly.

In my private copy, I just changed the regexp to
/^win/i , but I doubt that this is correct.

[reply] [top]


    [»] Re: No highlighting on Mac OS X
    by fxn - Sep 26th 2003 15:52:55

    It turns out that eq 'MSWin32' is the right thing to do and that's documented in perlvar. Fixed in 1.3. Thank you Ron.

    [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs