duncanc wrote:It is not possible without modifying the phplist code. But I'm surprised that the subject provides diferent information to the body of the message.
I saw that we can get the desired result through the regular expressions. We have detected this expressions in our bounce messages:
554 Sorry, no mailbox here by that name
550 5.1.1 Recipient address rejected: User unknown in relay recipient table
550 A conta do destinatario nao existe
Sorry, I couldn't find any host named sacavol.com.pt
550-The account has been suspended for inactivity
550 A conta do destinatario encontra-se suspensa por inactividade (#5.2.1)
550 5.1.1 <jrdapena1@telefonica.net> recipient rejected
Sorry, I couldn't find any host named academiamontemuro.pt. (#5.1.2)
554 Sorry, no mailbox here by that name. (#5.1.1)
550 5.1.1 <carceluz@iol.pt>: Recipient address rejected: User unknown in relay recipient table
554 Sorry, no mailbox here by that name. (#5.1.1)
No Such User Here
550-The account does not exist
Sorry, I couldn't find any host named fitnessfactory.pt. (#5.1.2)
554 Sorry, no mailbox here by that name. (#5.1.1)
554 Sorry, no mailbox here by that name. (#5.1.1)
550 A conta do destinatario encontra-se suspensa (#5.1.1)
Sorry, I couldn't find any host named espacolocal.com. (#5.1.2)
550-The account has been suspended
Delivery to the following recipients failed.
550-The account has been suspended for inactivity
550-5.1.1 The email account that you tried to reach does not exist
does not like recipient
-------------------------------------------------
In the regular expressions if I write only the code 550, 554, etc. or (#5.1.2), (#5.1.1), will be enough or will be necessary to write for instance: 554 Sorry, no mailbox here by that name. (#5.1.1) ?
Thank you