procmail
[Top] [All Lists]

Re: Generate digest messages for mailing list?

2001-10-17 08:12:36
| >  #!/bin/sh
| >  LISTFOLDER=whatever INBOX=whatever
| >
| >  /path/to/lockfile $LISTFOLDER.lock $INBOX.lock && \
| >   cat $LISTFOLDER >> $INBOX && \
| >   rm -f $LISTFOLDER.lock $INBOX.lock

| Thanks, that should do it!

Yes, Reiner, except for the correction I posted for the last line:

    rm -f $LISTFOLDER $LISTFOLDER.lock $INBOX.lock



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