On Mon, Jan 14, 2013 at 5:20 PM, Matthew Gabeler-Lee <chee...@fastcat.org> wrote: > Apparently google has SMTP FAIL ... 451 is a temporary error, used in this > case for greylisting.
likely... for 4 days? you're probably doing something wrong there, anyway... > Anyways, my point in the bug report is that fetching the COLUMNS environment > variable is a no-op, it is completely non-functional. have you tried it? $ diff -urNad pp-1.6.2 pp-1.6.3 | diffstat CHANGELOG | 7 ++ PKG-INFO | 4 - doc/ppdoc.html | 166 +++++++++++++++++++++++++++++++++------------------------ doc/ppserver.1 | 3 + pp.py | 3 - ppauto.py | 2 ppcommon.py | 2 ppserver.py | 45 ++++++++++++--- pptransport.py | 2 ppworker.py | 2 10 files changed, 150 insertions(+), 86 deletions(-) $ diff -urNad pp-1.6.2 pp-1.6.3 | COLUMNS=20 diffstat CHANGELOG | 7 PKG-INFO | 4 doc/ppdoc.html | 166 +++++----- doc/ppserver.1 | 3 pp.py | 3 ppauto.py | 2 ppcommon.py | 2 ppserver.py | 45 ++ pptransport.py | 2 ppworker.py | 2 10 files changed, 150 insertions(+), 86 deletions(-) and of course it also works exporting COLUMNS and then running diffstat, but that will change the global env instead of just the one diffstat is executed (which might have other undesired effect). So either you say what's wrong/doesn't work or else I don't see the point of this report and I'll reclose it. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org