procmail
[Top] [All Lists]

Re: Can procmail be used to move mail between folders?

2001-07-31 13:40:46
I wrote:
...
      f=sentfolder
      if test -f "$f.old"
      then
              echo "Aargh!  $f.old already exists!" >&2
              exit 1
      elsif lockfile "$f.lock"
...

As David Tamkin's keen eyes caught for me, "elsif" should have been
"elif".  The former is the Perl equivalent and will just confuse the
shell.


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