| /Q0501 /Q0502 /Q0503 /Q0504 /Q0505 /Q0506 /Q0507 /Q0508 /Q0509 /Q0510 /Q0511 /Q0512 /Q0513 /Q0514 |
Q0514
Question
When I try to send to two addresses I get an error in the filter file malformed address: , e@fgh.com may not follow a@bcd.com. What is going on?
Answer
Have you got
deliver "a@bcd.com, e@fgh.com"
in your filter? If so, that is your problem. You should have
deliver a@bcd.com deliver e@fgh.com
Each deliver command expects just one address.
| /Q0501 /Q0502 /Q0503 /Q0504 /Q0505 /Q0506 /Q0507 /Q0508 /Q0509 /Q0510 /Q0511 /Q0512 /Q0513 /Q0514 |
