Changes between Version 2 and Version 3 of mail-abuse
- Timestamp:
- Aug 29, 2017, 12:20:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mail-abuse
v2 v3 4 4 5 5 Mail sent to `abuse -@- mayfirst -.- org` is delivered to the abuse-collector user on octavia. 6 7 You can explore what is happening via `su - abuse-collector` on octavia. 8 9 From there: 10 11 {{{ 12 ./abuse-stats 13 }}} 14 6 15 7 16 A cron job runs regularly to parse incoming email using the bash script `parse-incoming-mail`. This scripts first deletes all archived email older than a year. Then, it extracts the IP address that sent each message in the in box using `parse-ip` and then moves the email message into the email-archive folder, filed under a sub-directory named by the IP address that sent it.