darcs

Issue 1236 roundup: assigning via email silently fails

Title roundup: assigning via email silently fails
Priority not-our-bug Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, twb
Assigned To twb
Topics

Created on 2008-11-22.15:04:49 by twb, last changed 2009-08-27.14:17:16 by admin.

Messages
msg6717 (view) Author: twb Date: 2008-11-22.15:04:44
I tried to use the following to reassign a bug to myself.

    printf '%s\n' 'X-RU-Version: 0.1.0' 'Subject: [issue1203] [assignedto=twb]' |
    /usr/sbin/sendmail -oi bugs@darcs.net

It appears to work -- I don't get a failure message from roundup --
but after a day or so, it's still not assigned to me!
msg6719 (view) Author: kowey Date: 2008-11-22.15:42:02
test
msg6720 (view) Author: kowey Date: 2008-11-22.15:45:11
test again
msg6721 (view) Author: twb Date: 2008-11-22.15:58:37
OK, I found the problem.  I need to set a To: header even though it isn't used.

I recently changed my script from doing sendmail -oi -t to doing sendmail -oi bugs@darcs.net, and this
apparently meant that the mail never reached roundup.
History
Date User Action Args
2008-11-22 15:04:49twbcreate
2008-11-22 15:42:04koweysetstatus: unread -> unknown
assignedto: twb
messages: + msg6719
nosy: kowey, dagit, simon, twb, thorkilnaur, dmitry.kurochkin
2008-11-22 15:45:13koweysetassignedto: twb -> kowey
messages: + msg6720
nosy: kowey, dagit, simon, twb, thorkilnaur, dmitry.kurochkin
2008-11-22 15:46:45koweysetassignedto: kowey -> twb
nosy: kowey, dagit, simon, twb, thorkilnaur, dmitry.kurochkin
2008-11-22 15:58:40twbsetstatus: unknown -> resolved
nosy: kowey, dagit, simon, twb, thorkilnaur, dmitry.kurochkin
messages: + msg6721
2009-04-22 02:36:47twbsetpriority: not-our-bug
nosy: kowey, dagit, simon, twb, thorkilnaur, dmitry.kurochkin
2009-08-10 23:52:00adminsetnosy: - dagit
2009-08-25 17:34:53adminsetnosy: + darcs-devel, - simon
2009-08-27 14:17:16adminsetnosy: kowey, darcs-devel, twb, thorkilnaur, dmitry.kurochkin