??? via Postfix-users:

Checking application/pgp-signature: FAILURE
-- Start of PGP signed section.
> $ man 5 postconf | grep ^inet_protocols
> inet_protocols (default: see 'postconf -d output')
> $ man 5 postconf | grep -F "see 'postconf"
> inet_protocols (default: see 'postconf -d output')
> meta_directory (default: see 'postconf -d' output)
> respectful_logging (default: see 'postconf -d' output)
> shlib_directory (default: see 'postconf -d' output)
> $ man 5 postconf | grep -cF "see postconf -d output"
> 69
> 
> And naturally,
> $ postconf -d output
> postconf: warning: output: unknown parameter
> ---
> Unclear to me if there's a VCS I can diff against,
> so here's a tarball diff?
> 
> Obtained mechanically via
>   sed -i "s/see 'postconf -d output'/see 'postconf -d' output/" \
>       $(grep -lrF "see 'postconf -d output'")

Thanks for that. I am amazed by how human readers will auto-correct
such mistakes.

To prevent recurrence, I have added a pre-release check to Postfix
3.9 that catches these missing or misplaced quotes. The on-line
docs will be updated shortly.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to