Solaris 64-bit bulkmode failure

Matthias Andree matthias.andree at gmx.de
Mon Jun 2 21:44:03 CEST 2003


David Relson <relson at osagesoftware.com> writes:

> Since the purpose of using grep in the test was do delete the first
> line, i.e. "^From ...", from each line, not using grep changes the test
> slightly.  Could we instead use "awk '(NR > 1) {print $0}'" to delete
> the unwanted first lines?

I worry about the awk line buffers. Solaris awk isn't up to the job, but
nawk is. I've reinstated some GREP logic that tries /bin/grep and
/usr/bin/grep but does  not try /usr/xpg4/bin/grep, this works on
Solaris 2.6 x86, Solaris 8 SPARC, SuSE Linux 7.3, 8.1, 8.2 x86 and
FreeBSD 4-STABLE x86. That should be good enough for the moment.

Anyone feel free to report any "make check" failures on _your_ system
though.

-- 
Matthias Andree




More information about the bogofilter-dev mailing list