Search the web
Sign In
New User? Sign Up
junkfilter-users · Users of the junkfilter spam filtering system
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 626 - 655 of 752   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
626
Hi, all. I've been getting a lot of spam getting through by having the text/plain part ... Content-Type: text/plain; charset="iso-8859-1" ...
Michael Westbay
westbaystars
Offline Send Email
Sep 7, 2002
5:51 am
627
... Line 133 of junkfilter.four is the beginning of the recipe that does what you ask. Greg -- Gregory S. Sutter Madness takes its toll. ...
Gregory Sutter
zer0es
Offline Send Email
Sep 7, 2002
4:09 pm
628
... I filter on that header, in junkfilter/headers, since virtually every e-mail with that header is spam....
Pollywog
pollywog001
Offline Send Email
Sep 7, 2002
4:34 pm
629
... Ah, I had FOUR disabled. I'll start testing with it on and report if I get any false positives. Thanks. -- Michael Westbay Work: Beacon-IT...
Michael Westbay
westbaystars
Offline Send Email
Sep 7, 2002
10:48 pm
630
Gregory Sutter-san wrote in regard to my query about base64 encoded text/plain ... Since junkfilter.four is for experimental recipies, I thought that maybe...
Michael Westbay
westbaystars
Offline Send Email
Sep 11, 2002
6:54 am
631
Hello- Junkfilter works fine for me, however, I have one little problem. In my procmailrc I have the following: ...
Doug Hubbell
dhubbell76
Offline Send Email
Sep 19, 2002
6:28 pm
632
I've jsut upgraded to 20020519 and now I'm getting 100% false positives. When I untar'd the package I used "-w" so as not to overwrite my white list and user...
Anton J Aylward
infosecaja
Offline Send Email
Sep 25, 2002
12:08 pm
633
Seems to me as though your lists of spammers, headers, etc, are either empty files OR you have an empty line as the last line in the file. Use verbose logging...
Pollywog
pollywog001
Offline Send Email
Sep 25, 2002
1:52 pm
634
... WHAT! You mean an empty - zero length - file makes it blow up like this. That is not robust. That's a design defect. /a...
Anton Aylward
infosecaja
Offline Send Email
Sep 25, 2002
4:54 pm
635
... That's how regular expressions work. An empty regular expression matches anything, since they're substring matches. But if you come up with an...
Matthew Hunt
pas6563
Offline Send Email
Sep 25, 2002
5:30 pm
636
Hello. Junkfilter works almost fine for me, however, I found one problem. in bodychk: http://.*@$JFIPNUM is not a good regular expression. The above regular...
MATSUDA Yoh-ichi
vawr.geo
Offline Send Email
Oct 6, 2002
3:25 pm
637
... Matsuda-san, You are correct. This is not a good regex. I have replaced it with this one: http://[^ ].*@$JFIP ... revision 2.31 date: 2002/10/06...
Gregory Sutter
zer0es
Offline Send Email
Oct 6, 2002
7:51 pm
638 gsutter
zer0es
Offline Send Email
Oct 21, 2002
3:20 pm
639
... I think it's pretty obvious that I didn't send this. Good thing junkfilter does its job! X-Spammer: 1: unsafe email attachment: Tfrxd.exe 4: Forged header...
Gregory Sutter
zer0es
Offline Send Email
Oct 21, 2002
7:26 pm
640 gsutter
zer0es
Offline Send Email
Oct 22, 2002
3:00 pm
641
Hello all. I've noticed lately that certain hotmail users' mail has been foiled by the bodychk file. This is the line from bodychk <a href.*>[ ]*click[-...
boss
boss@...
Send Email
Oct 24, 2002
3:16 pm
642
Just recently junkfilter has seemed to start ignoring the fact that it's supposed to let any message from within my domain pass through. I thought I might have...
Kevin Ring
kring@...
Send Email
Nov 7, 2002
1:50 pm
643
Hello. Junkfilter works almost fine for me, however, I found one problem. in bodychk: ([0-9,.]+[-...
MATSUDA Yoh-ichi
vawr.geo
Offline Send Email
Nov 15, 2002
2:44 pm
644
I want to use my Junkfilter configuration to work in conjunction with another Tool I'm using which scans the mail before procmail receives it. With that said...
Albert E. Whale
aewhale@...
Send Email
Dec 10, 2002
7:41 pm
645
... Just wrap the INCLUDERC like this, and JFEXP will never be set: # Call junkfilter if nissassAmapS didn't already mark the spam. ... * ! ^X-Spam-Score: { ...
Gregory Sutter
zer0es
Offline Send Email
Dec 11, 2002
12:52 am
646
... Yeah that's the ticket, Thanks. I don't want to see the tool stop being used, but they have a few more toys I've found to be helpful, but they STILL Don't...
Albert E. Whale
aewhale@...
Send Email
Dec 11, 2002
4:11 am
647
Junkfilter wors greay, but caught some internal mail from announcement lists and servers. So I tried to implement a simple whitelist: -A specific X header -A...
Phillip Remaker
phillipremaker
Offline Send Email
Dec 20, 2002
4:33 pm
648
Never mind: I failed to set JFUSER properly, and whitelist was selecting an empty file (which seems to imply allow all). Once my JFDIR and JFUSERDIR were...
phillipremaker <remak...
phillipremaker
Offline Send Email
Dec 20, 2002
10:46 pm
649
I have some announcements that get caught as spam by junkfilter, that come in from sites like Amazon and buy.com, that I really don't mind reading and getting....
noahphex <noah@...>
noahphex
Offline Send Email
Dec 30, 2002
5:13 pm
650
get rid of the *@ and it will work fine. ... From: <noah@...> To: <junkfilter-users@yahoogroups.com> Sent: Monday, December 30, 2002 11:13 AM ...
David
saberdata
Offline Send Email
Dec 30, 2002
5:17 pm
651
I have been thinking about tackling the base 64 encoded text that hides SPAM. Is this in the current Junkfilter? If so I will simply upgrade it rather than...
James Ervin
listuser@...
Send Email
Dec 31, 2002
6:14 pm
652
Follow up to my own post: ... I see that this in the experimental part of JF. Any comments on if this catches legitimate stuff? I have not turned on the...
James Ervin
listuser@...
Send Email
Dec 31, 2002
6:59 pm
653
I turn on EVERYTHING. In fact, i've found that at least half of the spam caught by junkfilter is in one rule in Section 3: the "3: Message-Id added after...
boss
boss@...
Send Email
Dec 31, 2002
7:34 pm
654
... Occasionally someone attaches text to an email in base64 encoding, which gets caught by one of the rules in junkfilter.four. ... Lots of them. But very...
Gregory Sutter
zer0es
Offline Send Email
Dec 31, 2002
7:46 pm
655
Is there documentation on how the white-user file works (other than trying to decipher the procmail rules)? I hate bringing dumb questions like this to the...
Phil Glatz
phil@...
Send Email
Jan 2, 2003
9:02 pm
Messages 626 - 655 of 752   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help