> Even when running slocal --debug -verbose from the command line with an even
> barerer maildelivery there is no joy:
> 
>   ~/ cat .maildelivery
>   #Field        Pattern  Action  Result  String
>   X-Spam-Flag   NO       qpipe   R       /usr/local/lib/rcvtty
> 
>   ~/ /usr/local/lib/slocal < Mail/inbox/22
>   ...
>   (delivering to standard mail spool)
>   delivering to file "/var/mail/belg4mit" (mbox style), unable to open:\
>   Permission denied

Unfortunately -debug doesn't give debugging information in the mbx_open()
routine.

Have you compiled with debugging info? If so, then maybe run slocal in gdb,
place a breakpoint at mbx_open(), and step through it.

Cheers,

        - Joel


_______________________________________________
Nmh-workers mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to