Details
-
Feature
-
Status: Deferred (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Desired Behavior
- A parameter min_file_age specifies the minimum age of mails to be selected. Mails with a timestamp that is outside of the specified period will not be processed.
Proposed Configuration
- Format: [+-]TT:HH:MM:SS
- Examples:
- min_file_age=-90 specifies mails that are older than 90 days to be selected.
- min_file_age=+90 specifies mails that are younger than 90 days to be selected.
- Resource: com.sos.mail/src/sos/mail/SOSMailProcessInbox.java, Location: line 68