Skip Menu |

This queue is for tickets about the activitymail CPAN distribution.

Report information
The Basics
Id: 7757
Status: rejected
Priority: 0/
Queue: activitymail

People
Owner: Nobody in particular
Requestors: kai.unger [...] web.de
Cc:
AdminCc:

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

Attachments


Subject: Extract sender address from users file
This is not a bug but a suggestion to improve activitymail: The version attached tries to match the -u <sender> parameter in the users file and replaces it with the email address found. Kind regards, Kai
Download activitymail
application/x-perl 50k

Message body not shown because it is not plain text.

From: remi.ricard [...] simlog.com
Hi, Show quoted text
> This is not a bug but a suggestion to improve activitymail: > > The version attached tries to match the > -u <sender> parameter in the users file and replaces it with the email > address found.
I will be interested by this feature. Remi
From: gpavlov [...] mynewplace.com
note that the attached version has a small typo that will result in it failing to do what it is supposed to: @@ -377,7 +377,7 @@ my @values = split(/:/, $line); # Beginning of line matches user - if ($values[ 0 ] = $opt_u ) + if ($values[ 0 ] eq $opt_u ) { shift(@values);
On Fri Sep 24 03:06:16 2004, guest wrote: Show quoted text
> This is not a bug but a suggestion to improve activitymail: > > The version attached tries to match the > -u <sender> parameter in the users file and replaces it with the email > address found.
If -u is set, don't you already have the email address? Best, David