help with a recipe

Zhiliang Hu <[email protected]> Fri, 20 Feb 2015 08:46:18 -0600 (CST)
Newsgroups gmane.mail.procmail
Message-ID <[email protected]>
I have a recipe to sack all maildaemon mails to a file:

  :0 H
  * ^FROM_DAEMON|^FROM_MAILER|^From:.*(MAILER-DAEMON|spam_master|postmaster|ait-admin|Mail 
Delivery|bounce@)|^To:.*-request
  * ^Subject:.*(Error Condition|DELIVERY FAILURE|Delivery Status Notification|Delivery delayed|Returned mail|Undeliverable|failure 
notice|Warning: could not send message)
  Mailerror

(Note /* ^FROM_DAEMON/ and /* ^Subject/ lines may be wrapped in this mail; 
the 4th line is "Mailerror".)

However it misses mail bounces like:

  From: [email protected]
  To: [email protected]
  Subject: Undeliverable: xxxxxxxxxx

I could not find but does my construct have a problem?

Zhiliang