mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #86] Better handling of the RS field #71
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Redmine Admin on 2011-08-23T14:36:53Z
In [d1737f2c152bca64997cda976f9587459c28823b]:
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2011-08-24T15:55:08Z
Actually, only the following flags are handled:
One more thing, a new option is available to tell the cleanup script if it must automatically remove released messages or not.