Here is my patch for those "3: Forged From header" false alarms, because these are going through a mailing-list. Furthermore, I cleaned up the match process:...
Ralph SOBEK
sobek@...
May 17, 2000 11:04 am
95
Greg, I send this message to the mailing list, because you placed me one some kind of unwanted persons mailing list and I can not mail to you directly, though ...
volf@...
May 25, 2000 4:55 pm
96
There seems to be a problem with the rule for this: X-Spammer: 3: Message-Id added after initial transmission For some reason, on certain incoming e-mail our...
Ralph SOBEK
sobek@...
May 26, 2000 10:36 am
97
Greg, I have junkfilter installed system wide and it seem there is an issue where if there is a $HOME/.junkfilterrc it does not overide the ...
Ron 'The InSaNe One' ...
insane@...
Jul 6, 2000 6:26 pm
98
... Ron, I'm not sure how that is possible; at the top of the 'junkfilter' file, the code reads ===== # Get configuration options ...
Gregory Sutter
gsutter@...
Jul 6, 2000 7:50 pm
99
... Should $HOME/.junkfilterrc be 640 or 644? mine is currently 644 TIA -- ... Ron Rosson ... and a UNIX user said ... The InSaNe One...
Ron 'The InSaNe One' ...
insane@...
Jul 6, 2000 11:44 pm
100
... Procmail is running as $USER by the time it plays with configuration files, so it doesn't really matter. Greg -- Gregory S. Sutter...
Gregory Sutter
gsutter@...
Jul 6, 2000 11:50 pm
101
... Well I am going to give it a day. This account gets about 600+ emails a day. ( I love my FreeBSD mailing listsi ) TIA -- ... Ron Rosson...
Ron 'The InSaNe One' ...
insane@...
Jul 7, 2000 12:02 am
102
Hi, I would like to use junkfilter to filter out spam, at the *sendmail* level (ie also for the domains I relay mail for, be it for UUCP, FTN, or other things...
Marc SCHAEFER
schaefer@...
Jul 14, 2000 6:26 am
103
Hi, instead of using inbox as DEFAULT in my .procmailrc for junkfilter, I use /var/spool/mail/USER. Is that safe, or do you need to lock it somehow ? thanks....
Marc SCHAEFER
schaefer@...
Jul 28, 2000 3:10 pm
104
... It's safe. procmail locks it if necessary. Greg -- Gregory S. Sutter "Very funny, Scotty. mailto:gsutter@... Now...
Gregory Sutter
gsutter@...
Jul 28, 2000 5:38 pm
105
I have modified junkfilter.config to include the user's bodycheck functions: JF_BODYCHK_USER=1 And here are my new rules, which seemed to be catching most of...
Marc SCHAEFER
schaefer@...
Aug 2, 2000 6:20 am
106
Howdy, I run junkfilter at the "sendmail level" for our site. The local delivery agent for sendmail is procmail, and procmail references the site-wide...
Jeff A. Earickson
jaearick@...
Aug 2, 2000 2:20 pm
107
... Jeff, You've been running junkfilter for an awfully long time. Could you give me some kind of summary of which rules in sections 3 and 4 catch legitimate...
Gregory Sutter
gsutter@...
Aug 3, 2000 12:04 am
108
Greg,
I automatically turn off sections 3 and 4 when a new version of
junkfilter comes out, just 'cause they are advertised as possibly
trapping some legit...
Jeff A. Earickson
jaearick@...
Aug 3, 2000 12:22 am
109
... That means you run it for local users only. I also would like to run it for the domain I am the MX for (which then goes SMTP, BSMTP, UUCP, FTN, and other...
Marc SCHAEFER
schaefer@...
Aug 3, 2000 8:06 am
110
... I use procmail with Postfix, have since before it was released as Postfix, back when it was VMailer. Works great. Sure, there's a slight slowdown, since it...
Bennett Todd
bet@...
Aug 3, 2000 2:08 pm
111
JF_OPT_NOTRECIP doesn't work in junkfilter 20000313 because JFMAILADDRESS is not expanded. I have attached the patch to fix that. Regards, Hugo -- Hugo Haas...
Hugo Haas
hugo@...
Aug 21, 2000 3:09 pm
112
... Thanks, Hugo! Your fix will be in the next release. There is no expected release date, but if anyone's clamoring, I can roll one up. Let me know. ...
Gregory Sutter
gsutter@...
Aug 21, 2000 4:39 pm
113
Hi all, I've got the following line in my spam.rc * 1^0 ^Subject:.*([Ww]+[Aa]+[Nn]+[Tt]+[Ee]+[Dd]+ 9+7+ [Pp]+([Ee]+[Oo]+|[Oo]+[Ee] +)+[Pp]+[Ll]+[Ee]+) .* ...it...
Greg Webster
greg@...
Sep 8, 2000 3:52 pm
114
... of ... 997 ... First of all, procmail is not case sensitive so you should be able to do away with all the case-matching. Secondly, the .* at the end of the...
Phil Hord
phil@...
Sep 8, 2000 4:28 pm
115
I have a list of domains that I want to import into the jf-domains file. These domains are listed one per line. I am trying to import the list using jf. The...
jmunos@...
Sep 12, 2000 5:18 pm
116
Greg, I saw this reply to Hugo on the mailing list. Although I'm not clamoring for a new release, I am curious as to what has changed since March. Also, if...
Matt Perry
matt@...
Oct 25, 2000 5:49 am
117
... Several things have changed, but nothing very big. I've been very busy for a long time now, and haven't put much time in on junkfilter. However, you've...
Gregory Sutter
gsutter@...
Oct 25, 2000 6:02 pm
118
... Will this new RELEASE find itself into the FreeBSD ports tree rather quickly? Just curious. TIA -- ... Ron Rosson ... and a UNIX user...
Ron 'The InSaNe One' ...
insane@...
Oct 26, 2000 2:32 pm
119
... (reposted because previous attempt was made with wrong e-mail acct) I want the spam to be tagged with the "X-Spammer..." header and then go to another rule...
Pollywog
croak@...
Nov 7, 2000 6:17 pm
120
I can't figure out how to have junkfilter not save spam to a folder but to continue to another INCLUDERC. Is it possible to do that? -- Andrew...
Pollywog
croak@...
Nov 7, 2000 6:27 pm
121
... Sure. Instead of this, the default processing recipe: # Take action if junkfilter caught a junkmail. ... * JFEXP ?? . { ... * JFSTATUS ?? 1 ... } ...use...
Gregory Sutter
gsutter@...
Nov 8, 2000 3:36 am
122
... This is what I did. I removed the lock after E in the part of the recipe I added, because procmail had trouble with that lock. INCLUDERC=$JFDIR/junkfilter...
Pollywog
croak@...
Nov 8, 2000 4:21 am
123
... One more thing, my procmail log shows: procmail: Lock failure on "INCLUDERC=/home/pollywog/.procmail/cleanup.rc.lock" procmail: Error while writing to ...