[exim-dev] [Bug 3078] DKIM: signing failed: LONG_LINE

Top Page
Delete this message
Reply to this message
Author: Exim Bugzilla
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 3078] DKIM: signing failed: LONG_LINE
https://bugs.exim.org/show_bug.cgi?id=3078

--- Comment #7 from Lena <Lena@???> ---
> drw-rw-r--. 1 root root    34 Mar  5 13:07 bin


1. I don't know about Linix, but under FreeBSD "x" world permission on the
directory is required:

~ $ mkdir bi
~ $ cp /bin/echo bi
~ $ LANG=C sh -c 'bi/echo a'
a
~ $ chmod 664 bi
~ $ LANG=C sh -c 'bi/echo a'
sh: bi/echo: Permission denied

2. I think two quotings needed:

transport_filter = '${if >{$max_received_linelength}{998}{/bin/sh -c
"/path/to/script_line_folding 998"}{}}'

--
You are receiving this mail because:
You are on the CC list for the bug.

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-dev-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/