RE: badmailfrom didn't work

2001-07-26 Thread Williams, Paul (OTS-EDH)
I have added the following to my .qmail: |/usr/bin/perl -e while () {chomp; if (/^From:.*wilson\@souzaramos\.com\.br.*/) { return 99; } if ( length == 0 ) { return 0; } } return 0; Essentially, this drops the email on the floor if it's from this wilson dude, otherwise proceed. (I had to drop

RE: deferral: /bin/sh:_./Maildir/:_is_a_directory/

2001-06-26 Thread Williams, Paul (OTS-EDH)
Check their .qmail files (and the system qmail-local default) and see if you mistakenly put ./Maildir instead of ./Maildir/. -Original Message- From: Stephen Froehlich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 8:01 AM To: [EMAIL PROTECTED] Subject: Re: deferral:

qmail-local's environment settings?

2001-06-21 Thread Williams, Paul (OTS-EDH)
Does anyone have a list of the environment variables qmail-local sets up and what they map to? Paul Williams Young Programmer: I can't get my object to change type! Experienced Programmer: You cannot make the object change;