Re: per-recipient configuration

[email protected] ("Jared Johnson")
Newsgroups perl.qpsmtpd
Message-ID <[email protected]>
> sub rejected_recipients {
>   my $self = shift;
>   @_ and $self->{_rejected_recipients} = [@_];

I noticed after posting this that the line above is a no-op.  Ha :)

>   return () unless $self->{_recipients};
>   return grep { $_->dsn and ! $_->dsn->action ~~ [qw(Delivered Queued
> Quarantined)] }
>     @{$self->{_recipients}}
> }

-Jared
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.