Hi! I tried to setup junkfilter with the following recipe: # Call junkfilter INCLUDERC=$JFDIR/junkfilter # Take action if junkfilter caught a junkmail. ... *...
Daniel Serodio
dserodio@...
Sep 4, 2001 3:07 pm
295
... But I want to use a Maildir, not a mailbox! I access all my mail thru Courier IMAP, so its needs to be a Maildir. There must be some way... -- []'s...
Daniel Serodio
dserodio@...
Sep 4, 2001 4:30 pm
296
... Make one rule that filters the mail through formail, and another rule (which runs only if the previous one did) that delivers to the Maildir. My rules, in...
Matthew Hunt
mph@...
Sep 4, 2001 4:35 pm
297
... If you look back in the archives from a post from me you will see my recipe I use for my maildir mailboxes. -- ... Ron Rosson ... and a...
Ron 'The InSaNe One' ...
insane@...
Sep 4, 2001 11:33 pm
298
Hi All! ... GS> Did you successfully get permission from Walter Dnes to use these? GS> I have emailed him several times over several years, the last time GS>...
Ralph SOBEK
sobek@...
Sep 10, 2001 1:35 pm
299
Everyone, I'm a newbie to cvs and don't know where to begin. I do have cvs on my machine but don't know how to use it to keep up with junkfilter. I think the...
mjb@...
Sep 21, 2001 3:56 pm
300
"mjb" == mjb <mjb@...> writes: mjb> Everyone, I'm a newbie to cvs and don't know where to begin. I do mjb> have cvs on my machine but don't know...
Matthew R. MacIntyre
matt@...
Sep 21, 2001 4:10 pm
301
... If you go to: http://sourceforge.net/cvs/?group_id=13498 (which is linked from junkfilter's sourceforge page: http://sf.net/projects/junkfilter/ ) you will...
Gregory Sutter
gsutter@...
Sep 21, 2001 6:22 pm
302
I know it's a little late on this but... I've installed the three files (well the first two and modified the junkfilter.user not to clobber my old changes)....
Mark J. Bynum
mjb@...
Sep 24, 2001 12:30 am
303
I installed version 2.22 of junkmail on my RedHat Linux 7.0 box. I followed all the directions in the README file and installation seemed to go without a...
Bill Tangren
bjt@...
Sep 27, 2001 8:21 pm
304
... [snip] Since you've modified it, can you post your procmailrc file or the relevant parts of it? - .\\...
Matt Perry
matt@...
Sep 27, 2001 8:41 pm
305
... INCLUDERC=$JFDIR/junkfilter ... * JFEXP ?? . { ... * JFSTATUS ?? 1 ... } I guess I didn't modify it as much as I thought. I initially had the ... as ... as...
Bill Tangren
bjt@...
Sep 27, 2001 8:57 pm
306
I now have junkfilter set up and working quite well, using the out-of-the- box settings. I am having one problem, however. Some people email me without...
Bill Tangren
bjt@...
Oct 9, 2001 3:41 pm
307
... Could you please include the X-Spammer header that junkfilter adds? With that, we can actually figure out which recipe is catching your messages. Thanks....
Gregory Sutter
gsutter@...
Oct 9, 2001 7:59 pm
308
Junkfilter is really neat. Now if I could just find a way to remove the HTML portion of HTML enabled messages and only let the plain text portion through I ...
Mike, You probably want to ask this question on the procmail list (www.procmail.org has pointers to it), do a search of the mailing list. I'm sure someone...
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...