On an openSUSE 11.0 system:
# ps axfl | grep spamd 4 0 32331 3347 18 -2 46760 4176 select S< ? 388:16 _ /usr/bin/perl -T -w /usr/sbin/spamd --socketpath=/var/lib/bulwark/spamd --nouser-config --virtual-config-dir=/var/lib/bulwark/domains/%l/%d --siteconfigpath=/var/lib/bulwark/config --username=bulwark --max-children=25 --timeout-child=600 -r /var/run/spamd.pid
The line would be appropriately fold to fit the window.
On an openSUSE 12.2 system:
# ps axfl | grep spamd 0 0 10780 3670 20 0 2916 544 pipe_w S+ pts/2 0:00 _ grep --color=auto spamd 0 0 10778 1 20 0 11060 6968 - Rs ? 0:00 /usr/bin/perl -T -w /usr/sbin/spamd -d --socketpath=/var/lib/bulwark/spamd --nouser-config --virtual-config-dir=/var/lib/bulwark/domains/%l/%d --siteconfigpath=/var/li
The line is just truncated. Is there some setting I've missed?