On Wed, Dec 15, 2010 at 09:35:01PM -0600, Noel Jones wrote:

>> Line 615 is the middle line above -- '# This is the Send...'
>
> The error is complaining about a line that starts with "3 " and the next 
> character is not "=".

Postfix parameter setting are multi-line with folding on white-space

    abc = def
        # an ignored comment
        ghi
            # another ignored comment
        jkl
    # perhaps a final comment <-- last line of "abc = ..."
    foo = bar

The entire blob is parsed only once the whole thing is read, by
which point the line counter points to the last of the many lines.
The OP needs to read up, to find the previous malformed setting...

-- 
        Viktor.

Reply via email to