Closed p5pRT closed 21 years ago
----------------------------------------------------------------- perlbug asks for "your address"\, but it's not used for replies to the sender.
For this run\, I entered Jerome.Abela@free.fr as my address\, but I already know that the automated reply and the subsequent discussions will go to abela@geneanet.org.
Lightning flashed\, thunder crashed and abela@geneanet.org whispered: | This is a bug report for perl from Jerome.Abela@free.fr\, | generated with the help of perlbug 1.28 running under perl v5.6.0. | ----------------------------------------------------------------- | perlbug asks for "your address"\, but it's not used for replies to the | sender.
This appears to be a bug in the handling of addresses inside perlbug. The from address seems to get overwritten a couple of times. Someone with more knowledge of perlbug may be able to fix it quickly and easily. Otherwise\, it would take me some time to figure out the flow and fix it.
-spp
"Stephen P. Potter" \spp@​spotter\.yi\.org writes:
This appears to be a bug in the handling of addresses inside perlbug. The from address seems to get overwritten a couple of times. Someone with more knowledge of perlbug may be able to fix it quickly and easily. Otherwise\, it would take me some time to figure out the flow and fix it.
I had a look at perlbug and came to the opinion that it could do with a quite a clean up.
Before I tear the whole thing apart\, is anyone really attached to the structure? The main body of code pretty much looks like this:
Init(); Query(); Edit() unless $usefile || ($ok and not $::opt_n); NowWhat(); Send(); exit;
It's almost neat\, but it's not actually that nice\, as there are other things interespersed there\, and it means it's quite hard to keep track of all the variables and their scope.
So\, anyone mind if I totally change the structure of perlbug?
Tony
Lightning flashed\, thunder crashed and Tony Bowden \tony@​blackstar\.co\.uk whisp ered: | I had a look at perlbug and came to the opinion that it could do with | a quite a clean up.
Please\, feel free! I agree it needs cleaned up. I was having all sorts of fun tracing back and forth to see how the address was being handled.
-spp
Migrated from rt.perl.org#5975 (status was 'resolved')
Searchable as RT5975$