6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/15/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13849] Requester identity is lost when requesting a ticket by mail
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. .._.._. __ |__|| | | | / ` | ||/\|_|__|_\__.
Comment
> I'm working on a Whups install where tickets are requested by email. > I was able to create tickets, but as long as I don't set the default > ticket owner either in $conf[mail][username] or with the > --default-auth option of the whups-mail-filter script, the Requester > identity (i.e. the From: address in the email) is lost. > > > I had a look at the code in whups/lib/Mail.php, and it assigns > $info['user_email'] only in the two cases I mentioned before: > > if (empty($auth_user) && !empty($info['default_auth'])) { > $auth_user = $info['default_auth']; > if (!empty($from)) { > $info['user_email'] = $from; > } > } > > if (empty($auth_user) && !empty($conf['mail']['username'])) { > $auth_user = $conf['mail']['username']; > if (!empty($from)) { > $info['user_email'] = $from; > } > } > > Is this a wanted behaviour, or a bug? > If a default owner has always to be specified, then I think the > whups-mail-filter script should fail in its absence. > If the default owner is not strictly required, I think that the > Requester information should be recorded, and not be lost (to the > casual user, it's not even that clear the relationship between the > owner, and the requester email address).
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers