Dennis wrote:
Hey guys,
I am writing a simple python parser for the "postqueue -p" output. In
the man page, it states the below for the "-p" switch:
The queue ID string is followed by an optional status
character:
* The message is in the active queue, i.e. the
message is selected for delivery.
! The message is in the hold queue, i.e. no
further delivery attempt will be made until
the mail is taken off hold.
However, I do not have access to a postfix instance that has enough
load to produce * or ! when I just run the command by hand, and google
did not produce any relevant examples. So, does the * or !
immediately follow the ID, like "A628ABBDB0*", or does it have white
space after the ID, like "A628ABBDB0 *"?
Thanks,
Dennis
No white space.
--
Noel Jones