Re: [PATCH] basicheaders: improved POD and expanded tests
[email protected] (Charlie Brady) Fri, 18 May 2012 20:41:51 -0400 (EDT)
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 18 May 2012, Charlie Brady wrote:
> and ...
>
> > +# provide backwards comptibility with the old 'days' argument
> > + if ( $self->{_args}{days} ) {
> > + $self->log(LOGWARN, "deprecated arguments. Update your config.");
>
> $self->log(LOGWARN, "deprecated argument 'date'. Update your config.");
Sorry:
$self->log(LOGWARN, "deprecated argument 'days'. Update your config.");