SasView / temp

0 stars 0 forks source link

Recreate missing mailing list archives from personal mailbox (Trac #1262) #13

Closed ajj closed 5 years ago

ajj commented 5 years ago

Mail archives haven't been working since 2017. In order to recreate them, need to search/process personal mailbox to get all the messages into mbox format to then be uploaded and run through the mailman archiver.

Migrated from http://trac.sasview.org/ticket/1262

{
    "status": "closed",
    "changetime": "2019-03-27T16:24:08",
    "_ts": "2019-03-27 16:24:08.533424+00:00",
    "description": "Mail archives haven't been working since 2017. In order to recreate them, need to search/process personal mailbox to get all the messages into mbox format to then be uploaded and run through the mailman archiver.",
    "reporter": "ajj",
    "cc": "",
    "resolution": "fixed",
    "workpackage": "Support Infrastructure",
    "time": "2019-03-27T16:20:24",
    "component": "SasView",
    "summary": "Recreate missing mailing list archives from personal mailbox",
    "priority": "major",
    "keywords": "",
    "milestone": "Admin Tasks",
    "owner": "ajj",
    "type": "defect"
}
ajj commented 5 years ago

Trac update at 2019/03/27 16:22:45:

Issues:

  • Outlook output has ^M line breaks which need replacing with a line-feed. Had to use tr as BSD sed doesn't support \n as newline in replacements (nor does vi).
  • Need to make sure search in Outlook doesn't capture emails which are a reply to a mailing list message but not back to the list. Use the "All recipients contains" and "All recipients does not contain" with sasview.org to check.

to:

1553703848533424

Issues:

ajj commented 5 years ago

Trac update at 2019/03/27 16:22:55: