procmail
[Top] [All Lists]

Re: My Files

2000-07-21 08:08:23
"Andrew Harrison" <aharrison(_at_)telus(_dot_)net> writes:

Here are my settings...
first for my .procmailrc  I was doing an attempt at emailing a file.
Before you get to the dry stuff here are the file permissions
-rwx------   1 hostingw hostingw      753 Jul 19 19:41 .procmailrc

Does that need to be executable?  Mine is not and never has been.
Does chmod 600 make any difference in performance.



SHELL=/bin/sh
PATH=${HOME}/bin:/bin:/usr/bin:/usr/local/bin
VERBOSE=on
LOGFILE=$HOME/log
SENDMAIL=/usr/sbin/sendmail
MAILDIR=$HOME/mail
FORMAIL=/usr/bin/formail



FILEDIR=$HOME/fileserver


:0
      * ! ^Subject:.Re:
      *   ^Subject:.*send.*procmailrc
      * ! ^FROM_DAEMON
      {
          :0 fhw:
          | $FORMAIL -rt
-A "Precedence: junk"                            \
                     -I "Subject: Requested .procmailrc";             \
                     -I "$MY_XLOOP"

          :0 a hwic
          | ( cat - $HOME/.procmailrc ) | $SENDMAIL

          :0              # trash the "Send procmailrc" request
          /dev/null
      }
Now for my permissions

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>