To all, I'm wondering why all email from JUNO accounts are flagged as spam by the body check of junkfilter. Do most people only get spam from that source? I...
Todd Lindstrom
toddl@...
Jul 6, 1999 5:05 pm
42
... It's a spam haven. Used to be, at least. ... junkfilter, http://junkfilter.zer0.org/ -- End spam, filter it...
Moe Drippins
ug@...
Jul 6, 1999 5:44 pm
43
... I checked my records, and I haven't got one e-mail from the last year that has been through junos servers, but a few dropboxes, but not worse than other...
Kjetil Kjernsmo
kjetil.kjernsmo@...
Jul 6, 1999 8:16 pm
44
... The multiple-free line has been removed from the bodychk for the next release. I noticed the same thing (juno started doing that _after_ the line went...
Gregory Sutter
gsutter@...
Jul 6, 1999 9:18 pm
45
Was curious how things are up and coming for the next release of the almighty junkfilter. TIA -- ... Ron Rosson ... and a UNIX user said ... The...
Ron 'The InSaNe One' ...
insane@...
Aug 6, 1999 10:14 pm
46
Hi all! It has been awfully quiet lately, so I break the silence with a question... Is it possible to put in case-sensitive stuff in bodychk-user? I've had...
Kjetil Kjernsmo
kjetil.kjernsmo@...
Dec 4, 1999 6:39 am
47
... Kjetil, You could alter the user recipe in the file junkfilter.bodychk so that it was case-sensitive, but you would have to then make every line in your...
Gregory Sutter
gsutter@...
Dec 4, 1999 7:14 am
48
junkfilter users, As you know, things have been pretty quiet lately on the junkfilter lists. This is because my Real World (TM) jobs, in addition to my work...
Gregory Sutter
gsutter@...
Jan 13, 2000 9:43 am
49
My recipe skills are not all the great but I do get inwards of 700-1000 emails a day to my mailbox <Don't ask.> So I would be a good candidtae to help test...
Ron 'The InSaNe One' ...
insane@...
Jan 13, 2000 5:36 pm
50
I'd be happy to help with development - at least in terms of organization and coordination. Every time I get spam that gets through my filters, I get upset,...
Scott Lipcon
slipcon@...
Jan 15, 2000 12:08 am
51
I've been running with these in my junkfilter.user for 10 days now, and am seriously happy with the results. They have snaggled out essentially all the...
Bennett Todd
bet@...
Jan 18, 2000 12:03 am
52
Where do I find out how to write rules for Junkfilter? I know that regex are used but I am still having some trouble. thanks -- Andrew ... GnuPG Public KeyID:...
Pollywog
pollywog@...
Jan 18, 2000 12:38 am
53
I'm having some trouble with one of these rules. A fully legit mail sent from my account in Norway got caught. Here's the header, and I can't figure out why...
Karl Lillevold
egroups@...
Jan 18, 2000 8:09 am
54
... I only very recently started writing junkfilter rules; I translated Era Eriksson's and Stan Kyckman's rules for catching the torrent of spam from china,...
Bennett Todd
bet@...
Jan 18, 2000 4:16 pm
55
... The pattern is looking for four characters in a row with the high-order bit set. The original as I got it was written with the ... *...
Bennett Todd
bet@...
Jan 18, 2000 4:25 pm
56
What exactly is the RBLIP setting. Is that required in junkfilter.config ? #:0 # My own little blacklist --- requires RBLIP setting #* RBLIP ?? [0-9] #* ?...
Pollywog
pollywog@...
Jan 18, 2000 4:48 pm
57
... I'm sorry, I should have commented more about that. As far as I can tell, RBLIP gets initialized by some rules in another anti-spam suite, "spamdunk". I've...
Bennett Todd
bet@...
Jan 18, 2000 5:30 pm
58
I want to send to /dev/null any mail from 143.248.27.0/24 ... * ^Received:.*143\.248\.27\.[0-9] /dev/null I am stuck there. thanks -- Andrew ... GnuPG Public...
Pollywog
pollywog@...
Jan 19, 2000 12:23 am
59
... Looks pretty close. That'll only catch the ip addr if it doesn't occur on a continuation line of the Received header, but on a few that I just checked it...
Bennett Todd
bet@...
Jan 19, 2000 1:57 am
60
... That is the part I am having problems with. Your pattern matches ... Exactly The easy fix would be to just tack on ... I saw a + somewhere but did not know...
Pollywog
pollywog@...
Jan 19, 2000 2:04 am
61
(BTW, I'm stopping trying to Cc you since your MTA is bouncing all my email:-). ... A plus means "accept one or matches for the previous expression". ... *...
Bennett Todd
bet@...
Jan 19, 2000 2:07 am
62
... You're absolutely right. I guess I focused too hard on matching the ip addr, with the kind of thinking I'd use if I were trying to pull the ip out of the...
Bennett Todd
bet@...
Jan 19, 2000 2:16 am
63
... oic thanks -- Andrew...
Pollywog
pollywog@...
Jan 19, 2000 2:23 am
64
I just could not get the 4 8bit character sequence regexp to work. It would more or less randomly catch regular mail, and I could not figure out why or how it...
Karl Lillevold
egroups@...
Jan 19, 2000 6:34 am
65
... [...] ... The regular expression matches are partial-line matches; if 143.248.27.1 matches, then so does 143.248.27.10. The "0" is just junk at the end, ...
Matthew Hunt
mph@...
Jan 19, 2000 9:14 pm
66
My procmail log gets large very quickly. It it possible to get procmail to log only certain events, such as when an e-mail is put in the spam folder or sent...
Pollywog
pollywog@...
Jan 31, 2000 4:10 pm
67
I just upgraded to the latest version of junkfilter. I currently have the log set to abtract logging. I interspersed throughout the log a line that says: ...
John Perry
perry@...
Mar 12, 2000 6:59 pm
68
... Do you have personal (*-user) lists with many items? LINEBUF needs to be longer than the longest one of these files. That's why it gets bumped up for the...
Gregory Sutter
gsutter@...
Mar 12, 2000 7:14 pm
69
... Hash: SHA1 ... No I don't. I have all the personal list stuff turned off. I'll start logging. John Perry KG5RG perry@... PGP-encrypted e-mail...
John Perry
perry@...
Mar 12, 2000 7:23 pm
70
Is there a faq for junkfilter? I have just installed it, but procmail complains about an Invalid regexp. I like the idea and am looking forward to getting...