save $home/testfile
---------------------------------------------------
... which works fine - writes the incoming email to testfile, so far so
good. However, when I uncomment the logwrite line, not only does it not
write to the logfile (which has full write permissions) but nor does it
write to the testfile.
Testing the filter (with logwrite line uncommented) produces this:
Filter: start of processing
Logfile /path/to/mail.log
Logwrite "TEST\n"
Save message to: /path/to/testfile
Filter processing ended:
Filtering set up at least one significant delivery or other action.
No other deliveries will occur.
Filter: end of processing
search_tidyup called
---------------------------------------------------