Summary | Muiltiple copies of same message sent by IMP |
Queue | IMP |
Queue Version | 4.1 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | fredrik.haglund (at) stockholmpride (dot) org |
Created | 04/28/2006 (7113 days ago) |
Due | |
Updated | 04/29/2006 (7112 days ago) |
Assigned | |
Resolved | 04/28/2006 (7113 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
submissions, and multiple posts are a browser/proxy fault.
Just for the record: The driver for token was set to none so this did
not work. After changing $conf['token']['driver'] in conf.php I got
rid of duplicate messages.
State ⇒ Not A Bug
submissions, and multiple posts are a browser/proxy fault.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Muiltiple copies of same message sent by IMP
Queue ⇒ IMP
(with diffrent message-id in the messageheader). It is a stocastic
problem, not easy to reproduce and it only happends when the sender is
using IMP as mail client.
I use qmail as MTA and if I interpret qmail's maillog correctly there
is repeated deliveris of the same message with diffrent IDs in the
maillog.
qmail: 1146081929.528803 starting delivery 5420: msg 6734278 to local
2-i.n@stockholmpride.org
qmail: 1146081930.280561 starting delivery 5421: msg 6734278 to local
2-i.n@stockholmpride.org ... etc
Since I also see corsponding multiple HTTP Post in the access_log I
suspect that the browser has actually posted the same message several
times.
access_log:
212.151.252.253 - - [26/Apr/2006:22:05:28 +0200] "POST
/horde/imp/compose.php?uniq=18mqhdmzlmps HTTP/1.1" 200 4995
"http://webmail.stockholmpride.org/horde/imp/compose.php?
actionID=reply&index=1005&identity=0&array_index=85&thismailbox=INBOX&uniq=1146081544436" "Mozilla/4.0 (compatible; MSIE 6.0; Windows
NT
5.1)"
212.151.252.253 - - [26/Apr/2006:22:05:28 +0200] "POST
/horde/imp/compose.php?uniq=18mqhdmzlmps HTTP/1.1" 200 73
"http://webmail.stockholmpride.org/horde/imp/compose.php?ac
tionID=reply&index=1005&identity=0&array_index=85&thismailbox=INBOX&uniq=1146081544436" "Mozilla/4.0 (compatible; MSIE 6.0; Windows
NT
5.1)"
Maybe this is not a common problem but does IMP prevent the action
"send_message" to be executed for the same value of uniq parameter to
compose.php? If not, adding this check would prevent the same message
from being sent several times.
Fredrik Haglund,
Sweden