Skip Menu |

This queue is for tickets about the MIME-Lite CPAN distribution.

Report information
The Basics
Id: 50417
Status: resolved
Priority: 0/
Queue: MIME-Lite

People
Owner: Nobody in particular
Requestors: craig [...] constantine.name
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.026
Fixed in: (no value)



Subject: configurable DSN via smtp->recipient() broken
DSN (delivery status notifications) can be controlled per recipient within the ESMTP commands. This is done via Net::SMTP support by passing options to the Net::SMTP::recipient() function. Previous versions of MIME::Lite allowed the "Notify" option to be passed for recipients. Just need to add "Notify" as an allowed recipient option here on line 2830... 2829 my @_mail_opts = qw( Size Return Bits Transaction Envelope ); 2830 my @_recip_opts = qw( SkipBad Notify ); 2831 my @_net_smtp_opts = qw( Hello LocalAddr LocalPort Timeout -craig
From: craig [...] constantine.name
bump. This would be a very simple addition to the next release, no?
From: craig [...] constantine.name
semi-annual bump.
From: craig [...] constantine.name
bumpity bump bump
On Thu Jul 09 11:45:31 2015, craig@constantine.name wrote: Show quoted text
> bumpity bump bump
Hi, I've created a PR here : https://github.com/rjbs/MIME-Lite/pull/10 Cheers, dams
This has been resolved in master, and will be in the next release. -- rjbs