Re: SpamAssassin/ProcMail Questions

2007-02-08 Thread Dave Patterson
Andrew Sackville-West wrote: > Now if > only we could get people to spell, as well. > Whut? Spel? Keeboords is hard ennuf! Ciao, Dave signature.asc Description: Digital signature

Re: SpamAssassin/ProcMail Questions

2007-02-08 Thread Andrew Sackville-West
On Thu, Feb 08, 2007 at 11:09:40AM +0200, Andrei Popescu wrote: > On Wed, 7 Feb 2007 14:50:07 -0800 > Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > > > On Wed, Feb 07, 2007 at 11:06:05PM +0200, Andrei Popescu wrote: > > > > > > a. Start a new thread not reply to an existing one > > > > anot

Re: SpamAssassin/ProcMail Questions

2007-02-08 Thread Andrei Popescu
On Wed, 7 Feb 2007 14:50:07 -0800 Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > On Wed, Feb 07, 2007 at 11:06:05PM +0200, Andrei Popescu wrote: > > > > a. Start a new thread not reply to an existing one > > another one of those simple things that many people don't seem to get > right away..

Re: SpamAssassin/ProcMail Questions

2007-02-07 Thread Andrew Sackville-West
On Wed, Feb 07, 2007 at 11:06:05PM +0200, Andrei Popescu wrote: > > a. Start a new thread not reply to an existing one another one of those simple things that many people don't seem to get right away... Is it not obvious how to post to the list by mailing to [EMAIL PROTECTED] hmm... A signa

Re: SpamAssassin/ProcMail Questions

2007-02-07 Thread Andrei Popescu
On Wed, 7 Feb 2007 15:38:07 -0500 "Matthew Kelly" <[EMAIL PROTECTED]> wrote: > I seem to be having trouble getting SpamAssassin running. I have set > up Etch with PostFix, ProcMail, and SpamAssassin. The PostFix setup > has been working fine but I wanted to set up SpamAssassin. So I added > the co

SpamAssassin/ProcMail Questions

2007-02-07 Thread Matthew Kelly
I seem to be having trouble getting SpamAssassin running. I have set up Etch with PostFix, ProcMail, and SpamAssassin. The PostFix setup has been working fine but I wanted to set up SpamAssassin. So I added the command mailbox_command = /usr/bin/procmail, then added the procmailrc to the etc direct

Re: Exim delivery to a maildir (or just use procmail?) questions

2001-09-16 Thread Ramin Motakef
Michael Heldebrant <[EMAIL PROTECTED]> writes: > On Sat, 2001-09-15 at 08:48, Ramin Motakef wrote: > > Michael Heldebrant <[EMAIL PROTECTED]> writes: > > > > > Ok, I've got courier-imapd installed and configured. > > > > > > How do I get exim to deliver all localy generated mail to stay in the >

Re: Exim delivery to a maildir (or just use procmail?) questions

2001-09-15 Thread Vineet Kumar
* Michael Heldebrant ([EMAIL PROTECTED]) [010914 18:08]: > Ok, I've got courier-imapd installed and configured. > > How do I get exim to deliver all localy generated mail to stay in the > standard mail spool for the system but all other mail which is coming in > through fetchmail to go into a mail

Re: Exim delivery to a maildir (or just use procmail?) questions

2001-09-15 Thread Michael Heldebrant
On Sat, 2001-09-15 at 08:48, Ramin Motakef wrote: > Michael Heldebrant <[EMAIL PROTECTED]> writes: > > > Ok, I've got courier-imapd installed and configured. > > > > How do I get exim to deliver all localy generated mail to stay in the > > standard mail spool for the system but all other mail whi

Re: Exim delivery to a maildir (or just use procmail?) questions

2001-09-15 Thread Ramin Motakef
Michael Heldebrant <[EMAIL PROTECTED]> writes: > Ok, I've got courier-imapd installed and configured. > > How do I get exim to deliver all localy generated mail to stay in the > standard mail spool for the system but all other mail which is coming in > through fetchmail to go into a maildir so I

Exim delivery to a maildir (or just use procmail?) questions

2001-09-14 Thread Michael Heldebrant
Ok, I've got courier-imapd installed and configured. How do I get exim to deliver all localy generated mail to stay in the standard mail spool for the system but all other mail which is coming in through fetchmail to go into a maildir so I can imap serve this to other hosts I'm at during the day?

Re: Procmail questions

2001-07-30 Thread Allan M. Wind
On 2001-07-30 16:09:51, Jordi S. Bunster wrote: > But ... right now everyone can send messages to that account. How > can I block mail to it from everyone except the two bosses (with > procmail?) 1. keep the list name secret and have everyone use bcc. 2. create a real mailbox, fetchmail and procm

Re: Procmail questions

2001-07-30 Thread Jason Majors
Add this recipe: # Begin :0 * ! ([EMAIL PROTECTED]) * ! ([EMAIL PROTECTED]) /dev/null # End Or...you could just have procmail do the forwarding: # Begin [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] # Not sure if it's commas or spaces. Try it on some dummy accounts first. # Forwards a

Re: Procmail questions

2001-07-30 Thread Brett Parker
On Mon, Jul 30, 2001 at 04:09:51PM -0300, Jordi S. Bunster wrote: > > Hello list ... wonder if anyone gives me a hand on this one: > > Here at my job two bosses need to send mail to everyone from time > to time. There're about 20 accounts only, so I did a small script > that runs every week and a

Procmail questions

2001-07-30 Thread Jordi S. Bunster
Hello list ... wonder if anyone gives me a hand on this one: Here at my job two bosses need to send mail to everyone from time to time. There're about 20 accounts only, so I did a small script that runs every week and adds new accounts to the .forward file of a special account. You get the idea.