- Package:
- libmailtools-perl
- Source:
- libmailtools-perl
- Submitter:
- Bernd Zeimetz
- Date:
- 2010-02-03 09:54:16 UTC
- Severity:
- normal
Although I'm not sure if that bug is a problem in caff I file it here as I was not able to reproduce the problem in the failing Perl module. If there's no name set in the gecos field, caff cries about Use of uninitialized value $name in pattern match (m//) at /usr/share/perl5/Mail/Internet.pm line 536. Use of uninitialized value $name in sprintf at /usr/share/perl5/Mail/Internet.pm line 541. but it still works well...
reassign 514730 libmailtools-perl merge 495242 514730 thanks Thanks for reporting, but this is a known bug in libmailtools-perl. Caff already supplies it with a From header based on the 'owner' config option. What the module does is still trying to construct a "name <email>"-type header field, and then use it so set From or Sender if that isn't already present. In our case this is only used for Sender. The warnings are generated while building this header field in the Mail::Internet module. cheers, Thijs