exiqgrep fails to parse output of exim4 -bp if the mail message is less than 1k
Bug #1006293 reported by
Milton Ngan
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
exim4 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
If you have a message in the queue that is less than 1k in size, exiqgrep will fail with a message like this:
Line mismatch: 2m 719 1SZe77-00047t-V9 <email address hidden>
The problem is that the regular expression requires there to be a suffix on the size. Based on the previous implementations of exiqgrep, it looks like a ? is missing after the [A-Z].
- if ($line =~ /^\s*(\
+ if ($line =~ /^\s*(\
Changed in exim4 (Ubuntu): | |
status: | Incomplete → Confirmed |
To post a comment you must log in.
Which version is this with?
Thanks
chuck