Ok, I'm finally getting around to installing the latest version... The one I had before used "jf build all"... the latest one (as downloaded from the website)...
... No, I dont think that is it.... if [ ! $JFDIR ]; then JFDIR=/usr/local/etc/junkfilter if [ ! -r $JFDIR/junkfilter.config ]; then echo "Error: please set...
I have installed junkfilter and it appears to be tagging the headers in the emails correctly but the recipe in the procmailrc.sample file doesn't appear to...
Hello, I'm trying to make an easy way for my users to add a spam email account to the "addresses-user" file so it gets blocked by junkfilter the next time. My...
Effective immediately, I'm closing and removing the junkfilter-misses address, by which users could submit back spam that had made it past junkfilter. This...
Greg, Don't give up the ship! PLEASE! I use junkfilter for subscription based rules, adding users per subscription request. By quantum leap, how about an...
Albert E. Whale, CISSP
aewhale@...
Mar 24, 2003 8:13 pm
674
Actually, it seems to me there's just one type of email that's been slipping through. They're html-only mails but with a completely blank Mime text session...
boss
boss@...
Mar 24, 2003 8:13 pm
675
On Mon, 24 Mar 2003 12:14:24 -0800 (PST), boss wrote ... I either don't get these or they're being caught by another ruleset. When you get another please send...
... I'm not quitting junkfilter, I'm just closing that list. It has been of no use to me for quite a while, and is a waste of time for the submitters. The...
I just upgraded Junkfilter but I am using the same jf-* files as before and still get "invalid regex" errors. Could the errors be in my user files (the jf-*...
... That error is from junkfilter.four, where the second MIME level matcher is causing an error because the MIME boundary of that message is "=.4g(TgY?K9_zHZk"...
... Thanks, I reinstalled Junkfilter and I don't see the error, since Junkfilter.four is disabled. I still don't have jf-ip working at all, and I suppose it...
I am developing a desktop spam filter software and its plugin for outlook & outlook express. On this regard, please give me some new ideas to handle & filter...
Kannan
kanna@...
Apr 6, 2003 10:35 am
681
Is there a way I can cause all the spam to be deposited in to a mh folder instead of all being concatenated in to one long file? That way I can keep count of...
Martin McCormick
martin@...
Apr 11, 2003 7:51 pm
682
This sends it to an mh folder called junkmail. # Deal with mail that junkfilter has flagged. ... * JFEXP ?? . { # Mark as spam ... -i "X-Spammer: $JFEXP" \ -i...
tom sgouros
tomss@...
Apr 11, 2003 8:24 pm
683
... Tom, That recipe does not take the whitelist into account, and will actually cause whitelist entries to send matching mail to the spam folder. To make it...
Hi Greg: Thanks for the clarification. I actually have installed the very thing you suggest (it's in the junkfilter README), but for some reason whitelist...
tom sgouros
tomss@...
Apr 12, 2003 12:10 am
685
Junkfilter is a wonderful application. A thousand thanks, Gregory. The only fly in the ointment I am seeing is the increasing use of base64 encoding by...
Martin McCormick
martin@...
Apr 12, 2003 1:28 pm
686
Hehe ... well, if its any help, i put the word "Viagra" into my bodychk-user file, figuring the odds of getting personal email with the word "Viagra" in it...
boss
boss@...
Apr 14, 2003 2:18 pm
687
Thank you very much. What's really funny is that my own message to the list got trashed due to the word that rhymes with Ni Agra. I thought that the white...
Martin McCormick
martin@...
Apr 14, 2003 3:08 pm
688
Hello all, Can any one help me how to Spot Spam mails from "Received from" line of email header. I am very much confused in reading the Received From header,...
Kannan
kanna@...
Apr 15, 2003 3:21 am
689
I've been thinking that the easiest method we could implement is to automate the creation of the User's Personal white list from the Sendmail Syslog. Has...
Albert E. Whale, CISSP
aewhale@...
Apr 17, 2003 3:09 pm
690
Anybody toyed with the idea of over-riding the white list for certain cases? I'm getting some really disgusting SPAM slipping through because they forge the...
OK: this is killing me. I've tried to write a simple header-user recipe that blocks this spam message (since it fails every other test in the JF repetoire)...
Todd Boss
boss@...
May 5, 2003 3:19 pm
692
... Don't forget to set JF_USER=1 in junkfilter.config......
Recently I've noticed a pattern in mails that are defeating the junkfilter. Spammers are embedding HTML comments in the middle of words that should be caught. ...
Kevin Ring
kring@...
May 8, 2003 2:59 pm
694
One way could be to have procmail send each message first for processing as you describe (which could be done by your external program which then resubmits it)...
Ralph Huntington
rjh@...
May 8, 2003 3:12 pm
695
Lynx can act as a filter to display html mail on a terminal or redirected in to a file but I am not sure how to harness this for junkfilter. The ultimate...
Martin McCormick
martin@...
May 8, 2003 4:05 pm
696
... I'd probably suggest that "stripping HTML for every message" is exactly what you need to do. I accept HTML-email from people in my whitelist only; all ...