Hi, I tried searching the mailing list but didn't find anything specific.
I have a perlfilter setup and according to the courierfilter man page, "The result code may be a multiline response, just like a regular SMTP reply." How exactly do I provide a multiline response? I tried outputting the error, like this: 500 some error text more error text more error text So basically a string with newlines in the middle. I wanted to provide some instructions to the sender in case of a specific error. But when the error is sent back to the user, only the very first line of the error code appears. I must be doing something wrong... How can I setup the multiline response so it will appear in full to the sender? Thanks
