[GH-ISSUE #86] Better handling of the RS field #71

Closed
opened 2026-02-27 11:09:55 +03:00 by kerem · 2 comments
Owner

Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/86

Originally assigned to: @tonioo on GitHub.

Originally created by Antoine Nguyen on 2010-06-22T11:46:02Z

From amavis documentation:

Field msgrcpt.rs is primarily intended for use by quarantine management software; the value assigned by amavisd is a space; a short preliminary list of possible values:
-- 'V' => viewed (marked as read)
-- 'R' => released (delivered) to this recipient
-- 'p' => pending (a status given to messages when the admin received the request but not yet released; targeted to banned parts)
-- 'D' => marked for deletion; a cleanup script may delete it

Originally created by @tonioo on GitHub (Dec 4, 2013). Original GitHub issue: https://github.com/modoboa/modoboa/issues/86 Originally assigned to: @tonioo on GitHub. **Originally created by Antoine Nguyen on 2010-06-22T11:46:02Z** From amavis documentation: Field msgrcpt.rs is primarily intended for use by quarantine management software; the value assigned by amavisd is a space; a short _preliminary_ list of possible values: -- 'V' => viewed (marked as read) -- 'R' => released (delivered) to this recipient -- 'p' => pending (a status given to messages when the admin received the request but not yet released; targeted to banned parts) -- 'D' => marked for deletion; a cleanup script may delete it
kerem 2026-02-27 11:09:55 +03:00
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Redmine Admin on 2011-08-23T14:36:53Z

In [d1737f2c152bca64997cda976f9587459c28823b]:

#!CommitTicketReference repository="" revision="d1737f2c152bca64997cda976f9587459c28823b"
Quarantine plugin update:
* Using django's orm to access amavis database
* Many UI improvments
* Better use of the RS field
fixed #88 & #72
see #155
<!-- gh-comment-id:29813433 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Redmine Admin on 2011-08-23T14:36:53Z** In [d1737f2c152bca64997cda976f9587459c28823b]: <pre> #!CommitTicketReference repository="" revision="d1737f2c152bca64997cda976f9587459c28823b" Quarantine plugin update: * Using django's orm to access amavis database * Many UI improvments * Better use of the RS field fixed #88 & #72 see #155 </pre>
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2011-08-24T15:55:08Z

Actually, only the following flags are handled:

  • 'R' : for released messages
  • 'D' : for deleted messages, the true removal will be achieved by the cleanup.py script
  • 'V' : for viewed messages (users only, admins or domain admins do not set it)

One more thing, a new option is available to tell the cleanup script if it must automatically remove released messages or not.

<!-- gh-comment-id:29813435 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2011-08-24T15:55:08Z** Actually, only the following flags are handled: - 'R' : for released messages - 'D' : for deleted messages, the true removal will be achieved by the cleanup.py script - 'V' : for viewed messages (users only, admins or domain admins do not set it) One more thing, a new option is available to tell the cleanup script if it must automatically remove released messages or not.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#71
No description provided.