Ticket #272 (new enhancement)
Figure out the email address from username + hostname
| Reported by: | anonymous | Owned by: | thomas |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
My copy of prepare-ChangeLog?.pl had code to determine the email address using the username and the hostname.
The perl version was:
((getlogin
getpwuid($<)) . "@" . hostname) which correctly generates my email address. I do not like setting an email address in an environment variable when it can be figured out. A configuration option might be ok / more logical.
Attachments
Change History
Note: See TracTickets for help on using tickets.Download in other formats:
