I'm new to this list, and have been using junkfilter for a few months... and I searched the archives, but cannot find anything relavent... I've implemented...
... Yup: This is what I got.... JF_BODYCHK=1 JF_BODYCHK_USER=1 JF_BODYCHK_USER_LOC=$JFDIR/jf-bodychk-user and plarkin@mailqueue[36]% grep JFDIR ~/.procmailrc ...
Patrick, How about putting a VERBOSE=yes line in junkfilter.bodychk just before the bodychkuser portion is invoked and then either looking through that for...
I am running a POP3 based server, and like the filtering capabilities of the Junk Filter (especially the trail that the filter set leaves on the Email that is...
Albert E. Whale
aewhale@...
Nov 29, 2001 3:20 pm
316
Quite often the bodycheck rules aren't able to get a match because the lines are broken oddly in the html. This could be at least partially compensated for by...
OK, I RTFM'd a little further and found that Procmail has a setting called $ORGMAIL - /var/spool/mail/$User This was exactly what I was interested in. This...
Albert E. Whale
aewhale@...
Nov 29, 2001 5:10 pm
318
How do I exclude the Junkmail filtering of Authentic Email Lists which attach headers like the following: List-Help: ...
Albert E. Whale
aewhale@...
Nov 29, 2001 5:26 pm
319
What part of this message header was scanned for this information? Where is the Exclude list for this? Date: Thu, 29 Nov 2001 12:16:54 -0500 From: Jill A...
Albert E. Whale
aewhale@...
Nov 29, 2001 5:29 pm
320
I filter out anything not sent explicitly to me ("not in To: or Cc:"). However, I check these by hand, as sometimes they're something I want to see. How do I...
David A. Jaffe
david@...
Nov 29, 2001 6:02 pm
321
Put something like this in your 'white' file and build it: lists.roaringpenquin.com or mimedefang ... -- Patrick H. Larkin, Jr - EarthLink Systems Engineer -...
Put yourself in your whitelist, something like (To:|CC:).*me@home or just your email address, which will find you anywhere in the headers. (an aside, can you...
Thanks Patrick, I Guess that I was expecting to hear that List-<anything> could be maintained for the delivery of Valid Email. Mimedefang will appear in all of...
Albert E. Whale
aewhale@...
Nov 29, 2001 6:52 pm
324
Or you could use: ^List-.* or specifically: ^List-(Subscribe|Unsubscribe|Id|Help):.* in your whitelist. The former will skip anything with a List- header, the ...
Thank you, that's Just what I needed! Can you look at my posting for the Maxim Group, Inc. getting a hit on X-Spammer: 1: Junkmail software: Group Here's the...
Albert E. Whale
aewhale@...
Nov 29, 2001 7:07 pm
326
Goodness... the list woke up all of a sudden! I had more or less given up on junkfilter after trying it with my provider (xs4all.nl) but I fear some external...
Martin Cleaver
martin@...
Nov 29, 2001 7:11 pm
327
... Not exactly but similar... # deliver all the mail we *know* to be from good sources INCLUDERC=$PMDIR/pass1rc # hand off to junkfilter for surviving...
Hi all junk users! I i'm playing for a few day with junkfilter now but unfortunatly it didn't catch anything. Today I received a e-mail with the subject: ...
Ries van Twisk
ries@...
Dec 6, 2001 8:02 am
329
I've been asked to junk all messages from .ru (or even .cn, .tw ....). Can this be implemented in the domains/general file with a rebuild? What does it need to...
Albert E. Whale
aewhale@...
Dec 6, 2001 2:21 pm
330
... I don't think junkfilter comes with any rules based on that property. I've noticed it too, and have been testing the following rules in my junkfilter.user...
You may recall I had stuff getting past junkfilter... well, here's add'l stuff I've noticed.... All the ones that do get filtered end up with no errors in...
Hi All, I have got a question. I installed junkfilter last week but up until now it didn't catch anything, even the most obvious. (see header below). I only...
Ries van Twisk
ries@...
Dec 10, 2001 9:02 am
334
... Hehe, not really, :-) but I would think it isn't configured properly. JF doesn't necessarily insert any headers in your messages, but if you follow the...
Kjetil Kjernsmo
kjetil.kjernsmo@...
Dec 10, 2001 6:09 pm
335
As you may recall, I was getting an 'Unmatched "' error on obvious Junkfilter hits, and it was dumping them into my regular folder... Well, here's what I...
... I've been using this ruleset for a while now and it has been working great except for one small thing. If someone attaches a file named 'mydomain.com.txt'...
David Krause
junkfilter@...
Dec 12, 2001 9:10 pm
337
... Try adding a dollar sign to the end of the line quoted at the top. That will make sure that the last extension is what's checked. - .\\...
Matt Perry
matt@...
Dec 13, 2001 3:13 am
338
I've just recently started using junkfilter and am finding that it remove ALOT of legitamate email. For example, I subscribe to a Samba mailing list and it...
Greg, Try putting the domain name in the white file. Then execute the ./jf build all You'll also have to set JFDIR before this gets executed. HTH. ... -- ...