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...
James Ervin
james@...
Mar 13, 2000 6:26 am
71
... What is the invalid regexp that it is complaining about? Greg -- Gregory S. Sutter "Software is like sex; it's better ...
Gregory Sutter
gsutter@...
Mar 13, 2000 6:31 am
72
From the log: procmail: Invalid regexp "((2([0-4][0-9]|5[0-5])|1[0-9][0-9]|[1-9][0-9]|[0-9])-(2([0-4][0-9]|5[0-5])| ...
James Ervin
james@...
Mar 13, 2000 11:39 am
73
Yes, I got this, too. It's coming from the dialup check. Disable that and the error will go away, but you lose that particular anti-spam measure. I upgraded...
Joi Ellis
joi.ellis@...
Mar 14, 2000 12:53 am
74
... Okay, this is because you don't have a LINEBUF set in your .procmailrc, and I forgot to set one at the beginning of junkfilter. I've released 20000313,...
Gregory Sutter
gsutter@...
Mar 14, 2000 1:21 am
75
I replaced the junkfilter file with the new one and I got this in my Exim log: 2000-03-14 02:17:22 12Ugtd-0001Uo-01 ** pollywog@... ...
Pollywog
pollywog@...
Mar 14, 2000 3:06 am
76
I have installed the new version and would like to test it. Is there a specific item that I can include in the body or in the header that will trigger it? I...
James Ervin
james@...
Mar 16, 2000 7:07 pm
78
I just upgraded Junkfilter; all I did was copy the old junkfilter file over the new one. I am getting nothing but errors like the one below. Did I upgrade...