Part of lp.registry.interfaces.mailinglist View In Hierarchy
| Text | message_id | The RFC 2822 Message-ID header. |
| PublicPersonChoice | posted_by | The Launchpad member who posted the message. |
| Object | posted_message | An alias to the posted message in the librarian. |
| Object | message | The posted message |
| Datetime | posted_date | The date this message was posted. |
| Object | mailing_list | The mailing list this message was posted to. |
| Choice | status | The status of the held message. |
| PublicPersonChoice | disposed_by | The person who approved or rejected this message. |
| Datetime | disposal_date | The date this message was approved or rejected. |
| Method | approve | Approve the message. |
| Method | reject | Reject the message. |
| Method | discard | Discard the message. |
| Method | acknowledge | Acknowledge the pending status of a message. |
Set the status to APPROVAL_PENDING, indicating that the reviewer has chosen to approve the message, but that Mailman has not yet acknowledged this disposition.
| Parameters | reviewer | The person who did the review. |
Set the status to REJECTION_PENDING, indicating that the reviewer has chosen to reject (i.e. bounce) the message, but that Mailman has not yet acknowledged this disposition.
| Parameters | reviewer | The person who did the review. |