Thank you folks that kindly responded to my question.

I had an additional question... The control file may have multiple 'r'
lines, meaning multiple local recipients. If I'm looping through the list 
of recipients and delivery is ok for some but not for others, how can
that be done?

I mean, if I spit out a 500 error, won't that disallow delivery for ALL
recipients? Is it possible to selectively allow some recipients and
disallow others? 

Thanks again,

Ricardo

On Fri, 21 Feb 2003 14:02:37 +0000 Brian Candler wrote:

> On Thu, Feb 20, 2003 at 08:34:49PM -0800, [EMAIL PROTECTED] wrote:
> >    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?
> 
> See the SMTP spec, RFC2821, and search for "multiline"
> 
>    The case of expanding a mailbox list requires a multiline reply, such
>    as:
> 
>       C: EXPN Example-People
>       S: 250-Jon Postel <[EMAIL PROTECTED]>
>       S: 250-Fred Fonebone <[EMAIL PROTECTED]>
>       S: 250 Sam Q. Smith <[EMAIL PROTECTED]>

Reply via email to