Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: nick [...] aevum.de
Cc:
AdminCc:

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



Subject: Warnings in send_by_smtp
I get warnings because of undefined variables if I call send_by_smtp. It looks like this is caused by line 2843 in MIME/Lite.pm: $args{From} ||= extract_only_addrs( scalar $self->get('Return-Path') ); extract_only_addr calls my_extract_full_addrs and if Return-Path is not set the latter spits out the warnings.
should be fixed in svn -- rjbs