currently, it parses a white-space delimited line.
it is more reliable to use key-value pairs in output.
this perl expression will parse a list of key-value
pairs, separated by semicolons, value in double quotes
or nothing.
while ( /\G(\w+)=(?:(\w+)|"(.*?)")(?:;\s*)?/g ) {
my($k,$v)=($1,$2||$3);
faxstat should surround value in single quotes.
Ticket moved from /p/ceps/feature-requests/71/
Can't be converted: