|
1078 | 1078 | :email/body-text "Acked-by: reviewer@test.org\n"} |
1079 | 1079 |
|
1080 | 1080 | ;; ========================================================================= |
1081 | | - ;; 83 -- Maintainer uses Owned-by and Urgent-by directives on bug 81 |
| 1081 | + ;; 83 -- Maintainer uses Owned-by line on bug 81 |
1082 | 1082 | ;; ========================================================================= |
1083 | 1083 | { |
1084 | 1084 | :email/id "83" |
|
1090 | 1090 | :email/ingested-at #inst "2026-01-26T12:00:00" |
1091 | 1091 | :email/in-reply-to "<81@test.org>" |
1092 | 1092 | :email/references "<81@test.org>" |
1093 | | - :email/body-text "Owned-by: fixer@test.org\nUrgent-by: fixer@test.org\n"} |
| 1093 | + :email/body-text "Owned-by: fixer@test.org\n"} |
1094 | 1094 |
|
1095 | 1095 | ;; ========================================================================= |
1096 | 1096 | ;; 84 -- Regular user tries Closed-by directive (should be denied) |
|
1151 | 1151 | :email/body-text "Acked-by: someone@test.org\nNot acked\n"} |
1152 | 1152 |
|
1153 | 1153 | ;; ========================================================================= |
1154 | | - ;; 88 -- [BUG] base report for Closed-by + Important-by test |
| 1154 | + ;; 88 -- [BUG] base report for Closed-by test |
1155 | 1155 | ;; ========================================================================= |
1156 | 1156 | { |
1157 | 1157 | :email/id "88" |
|
1164 | 1164 | :email/body-text "Yet another bug.\n"} |
1165 | 1165 |
|
1166 | 1166 | ;; ========================================================================= |
1167 | | - ;; 89 -- Admin uses Closed-by and Important-by on bug 88 |
| 1167 | + ;; 89 -- Admin uses Closed-by on bug 88 |
1168 | 1168 | ;; ========================================================================= |
1169 | 1169 | { |
1170 | 1170 | :email/id "89" |
|
1176 | 1176 | :email/ingested-at #inst "2026-01-28T11:00:00" |
1177 | 1177 | :email/in-reply-to "<88@test.org>" |
1178 | 1178 | :email/references "<88@test.org>" |
1179 | | - :email/body-text "Closed-by: closer@test.org\nImportant-by: closer@test.org\n"} |
| 1179 | + :email/body-text "Closed-by: closer@test.org\n"} |
1180 | 1180 |
|
1181 | 1181 | ;; ================================================================= |
1182 | 1182 | ;; 90-95: Mixed triggers + directives in single emails |
|
1229 | 1229 | :email/source "direct" |
1230 | 1230 | :email/body-text "Another bug here.\n"} |
1231 | 1231 |
|
1232 | | - ;; 94 -- Maintainer reply with Deadline + Urgent-by + trigger (Confirmed.) |
| 1232 | + ;; 94 -- Maintainer reply with Deadline + bareword (Confirmed.) |
1233 | 1233 | {:email/id "94" |
1234 | 1234 | :email/message-id "<94@test.org>" |
1235 | 1235 | :email/subject "Re: [BUG] Deadline with directives test" |
|
1239 | 1239 | :email/ingested-at #inst "2026-01-30T11:00:00" |
1240 | 1240 | :email/in-reply-to "<93@test.org>" |
1241 | 1241 | :email/references "<93@test.org>" |
1242 | | - :email/body-text "Confirmed.\nDeadline: 2026-06-01\nUrgent-by: user@test.org\n"} |
| 1242 | + :email/body-text "Confirmed.\nDeadline: 2026-06-01\n"} |
1243 | 1243 |
|
1244 | 1244 | ;; 95 -- Maintainer reply with trigger (Confirmed.) + Topic directive |
1245 | 1245 | {:email/id "95" |
|
1436 | 1436 | :email/ingested-at #inst "2026-02-21T12:00:00" |
1437 | 1437 | :email/in-reply-to "<108@test.org>" |
1438 | 1438 | :email/references "<108@test.org>" |
1439 | | - :email/body-text "Actually this is a different issue.\nNot superseded\n"} |
| 1439 | + :email/body-text "Actually this is a different issue.\nNot superseded-by: <106@test.org>\n"} |
1440 | 1440 |
|
1441 | 1441 | ;; ========================================================================= |
1442 | 1442 | ;; 111 -- Neutral user reply on 108 (no command). Kept to preserve |
|
1742 | 1742 | :email/body-text "After investigation the real issue is broader.\nSupersedes: <130@test.org>\n"} |
1743 | 1743 |
|
1744 | 1744 | ;; ========================================================================= |
1745 | | - ;; 132-134 -- Supersedes then Not superseding undoes. |
| 1745 | + ;; 132-134 -- Supersedes then Not supersedes undoes. |
1746 | 1746 | ;; 133 supersedes 132 (closes it). 134 in reply to 133 retracts. |
1747 | 1747 | ;; ========================================================================= |
1748 | 1748 | {:email/id "132" |
|
1772 | 1772 | :email/ingested-at #inst "2026-03-07T11:00:00" |
1773 | 1773 | :email/in-reply-to "<133@test.org>" |
1774 | 1774 | :email/references "<133@test.org>" |
1775 | | - :email/body-text "On reflection these are distinct.\nNot superseding\n"} |
| 1775 | + :email/body-text "On reflection these are distinct.\nNot supersedes: <132@test.org>\n"} |
1776 | 1776 |
|
1777 | 1777 | ;; ========================================================================= |
1778 | 1778 | ;; 135-137 -- Cycle flip (last-write-wins). |
|
0 commit comments