Re: Procmail auto-responder

2003-12-04 Thread Hal Burgiss
On Thu, Dec 04, 2003 at 02:54:10PM +0200, Jason Dale wrote: > > Does anyone have a simple '.procmailrc' file that I can > use to send an auto-response back to all senders, for > vacation notifications, etc? This saves me from having > to figure out how to write on myse

Procmail auto-responder

2003-12-04 Thread Jason Dale
tions, etc? This saves me from having to figure out how to write on myself, as procmail is not easy to master. Thanks, Jason -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list

RE: Newbie --- Local Delivery with Sendmail/Procmail

2003-04-04 Thread Cowles, Steve
> -Original Message- > From: ghhalley > Sent: Friday, April 04, 2003 4:49 PM > Subject: Newbie --- Local Delivery with Sendmail/Procmail > > > Howdy > > Been using Sendmail as a relay service for several months. > > Now, I'm trying to get it to

Re: Newbie --- Local Delivery with Sendmail/Procmail

2003-04-04 Thread ghhalley
he sendmail > box so that I can later view it through SquirrelMail. > I believe procmail needs to be set up by using a global procmailrc. > Is this correct? Can someone point me to the most generic procmailrc > available. Thanks > Peace, > G -- Psyche-list m

Newbie --- Local Delivery with Sendmail/Procmail

2003-04-04 Thread ghhalley
Howdy Been using Sendmail as a relay service for several months. Now, I'm trying to get it to do delivery on the same box so that I can use Squirrelmail. All I want is email to be stored on the sendmail box so that I can later view it through SquirrelMail. I believe procmail needs to b

Hole in Procmail Relay disable??

2003-02-24 Thread David Coleman
Greetings -- I've discovered a hole in Procmail's disabling of relays. I am sure there is a way to protect against this, but it's very disconcerting. This is the log message I've captured: Feb 10 20:36:07 carefree postfix/qmgr[1062]: 988B6D82B: from=<>, size=8562, nrcpt=1 (queue active) Feb 10

Re: Procmail

2002-12-29 Thread Bob Parnass, AJ9S
On Sunday 29 December 2002 02:51 am, Ekow Oppon wrote: > [EMAIL PROTECTED] Remove this: ["|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #eo"] I don't think it has been ne

Re: Procmail

2002-12-29 Thread Miloslav Trmac
On Sun, Dec 29, 2002 at 10:51:18AM +0200, Ekow Oppon wrote: > #"|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #eo" > #(reason: service unavailable) > # > What am I possibly not doing right ? At least, you are not adjusting the instrctions. p

Procmail

2002-12-29 Thread Ekow Oppon
Hi , I followed the instruction verbatim from However, my mails are vbouncing and not getting through with the following error.. #"|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #eo" #(reason: service unavailable) # This ["|IFS=' ' &am

Re: Procmail

2002-12-21 Thread Vladimir G. Ivanovic
> "MS" == Michael Schwendt <[EMAIL PROTECTED]> writes: > Hence checking for "psyche.*@.*redhat\.com" in (To|Cc|Sender) looks > good. I would rather see administrative requests, etc. than send them to my psyche folder, so I use :0 :psyche/$LOCKEXT * ^(To|Cc|Sender):.*psyche-list@red

Re: Procmail

2002-12-21 Thread Michael Schwendt
hich shall also be able to append to a folder (in my case, MH-style mail folders like "trash/."). I should have added that as a comment. Thanks for going into detail. > Beware if you have delivery problems in recipes below this one and > procmail tries to requeue the mail, then

Re: Procmail

2002-12-21 Thread James Kaufman
icate mail will get past it. :0 Wh: msgid.lock | formail -D 8192 msgid.cache Beware if you have delivery problems in recipes below this one and procmail tries to requeue the mail, then on the next queue run, this mail will be considered a duplicate and will be thrown away. For those not quit

Re: Procmail

2002-12-21 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 21 Dec 2002 22:56:32 + (UTC), Rob Unsworth wrote: > > > :0: > > > * X-Loop:[EMAIL PROTECTED] > > > psyche > > > > > > That is unique to the psyche-list > > > > The problem with this is that it only catches messages sent from Red > > Hat'

Re: Procmail

2002-12-21 Thread Rob Unsworth
On Sat, 21 Dec 2002, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, 21 Dec 2002 18:35:27 + (UTC), Rob Unsworth wrote: > > > > Here is mine for Psyche. This catches both To: and Cc: > > > > > > :0: c > > > * ^(To|Cc):.*psyche > > > psyche > > > > The p

Re: Procmail

2002-12-21 Thread Craig White
0: > > * X-Loop:[EMAIL PROTECTED] > > psyche > > > > That is unique to the psyche-list > > The problem with this is that it only catches messages sent from Red > Hat's mailing-list software, but not carbon-copies sent directly. > Hence checking for "ps

Re: Procmail

2002-12-21 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 21 Dec 2002 18:35:27 + (UTC), Rob Unsworth wrote: > > Here is mine for Psyche. This catches both To: and Cc: > > > > :0: c > > * ^(To|Cc):.*psyche > > psyche > > The problem with this is that anything, including stuff not from this > lis

Re: Procmail

2002-12-21 Thread Rob Unsworth
On Fri, 20 Dec 2002, Jack Bowling wrote: > ** Reply to message from Craig White <[EMAIL PROTECTED]> on Fri, 20 Dec 2002 >19:45:05 -0700 > > >I think you are missing the "_" underscore character between ^TO and > >psyche-list > > ># psyche list > >:0: > >* ^[EMAIL PROTECTED] > >psyche > > Here

Re: Procmail

2002-12-20 Thread Jack Bowling
** Reply to message from Craig White <[EMAIL PROTECTED]> on Fri, 20 Dec 2002 19:45:05 -0700 >I think you are missing the "_" underscore character between ^TO and >psyche-list ># psyche list >:0: >* ^[EMAIL PROTECTED] >psyche Here is mine for Psyche. This catches both To: and Cc: :0: c * ^(To|C

Re: Procmail

2002-12-20 Thread Craig White
On Fri, 2002-12-20 at 12:27, Pablo Allietti wrote: > Ok nowChange the problem. jeje > > When the people send me an e-mail return this error. > > smrsh: procmail not available for sendmail programs > > any know also about this message?? > > i post for any commect pr

Procmail

2002-12-20 Thread Pablo Allietti
Ok nowChange the problem. jeje When the people send me an e-mail return this error. smrsh: procmail not available for sendmail programs any know also about this message?? i post for any commect procmailrc [pablo@omega pablo]$ cat pro PATH=/bin:/usr/bin:/usr/bin MAILDIR=$HOME/Mail