Move --enforce-syslog option to correct place.

This commit is contained in:
Andrew Ferrier 2015-06-12 00:55:11 +02:00
parent fcbe23bceb
commit 6685eaa1ab

View file

@ -9,5 +9,5 @@ delete = true
[destination]
type = MDA_external
path = /where/I/installed/email2pdf --enforce-syslog
arguments = ("-d", "/where/I/want/PDFs/to/go")
path = /where/I/installed/email2pdf
arguments = ("-d", "/where/I/want/PDFs/to/go", "--enforce-syslog")