[cvs] bogofilter/tests t.ignore_spam_header,1.3,1.4

Matthias Andree matthias.andree at gmx.de
Thu Dec 5 02:13:32 CET 2002


Matthias Andree <matthias.andree at gmx.de> writes:

>> Log Message:
>> Add whitespace for readability.
>>
>>
>> -../bogofilter -p -e -C <$TMPDIR/input | sed -n '/^$/,$ p' >$TMPDIR/out
>> +../bogofilter -p -e -C < $TMPDIR/input | sed -n '/^$/,$ p' > $TMPDIR/out
>> +
>
> I'd tend to disagree with whitespace in redirects in shell and to
> disagree also with whitespace on the inside of parentheses in C(++).
>
> I prefer "indent -kr -ncs -l80 -psl" style.

To avoid misunderstandings: you're of course free to format the way
you're used to, but the DIN 5008 typing rules are burnt so deep into my
fingers I always apply them, and I'm not fond of excess whitespace
either (the blank lines you added are fine though).

I don't request that you change your coding style, but only I wanted to
say that fixing white space is going to bump into our differing
taste. Taste is disputable, but it makes no sense to dispute it.

-- 
Matthias Andree




More information about the bogofilter-dev mailing list