Changes between Version 4 and Version 5 of filter-check


Ignore:
Timestamp:
Sep 18, 2017, 3:00:27 PM (7 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • filter-check

    v4 v5  
    11= Filter check =
     2
     3May First/People Link regularly checks to see if our servers are sending email messages into the spam/junk boxes of corporate providers. These scripts are installed and configured on `gil.mayfirst.org`.
     4
     5There are three parts to the check:
     6
     7 * `mf-monitor-filtercheck` - This script runs on a cron job and updates the nagios server is the status changes. When run on the terminal it will take 15 minutes to complete (to leave enough time for all messages to be delivered) and will output either OK: or CRITICAL: depending on whether all messages laned in the inbox or not.
     8 * `mf-filtercheck` - This script is the one executed by `mf-monitor-filtercheck` - by default it provides verbose output so you can see which corporate providers are filtering our email. You can pass the environment variable `MF_SLEEP=60` if you want the script to sleep for only 60 seconds instead of the full 15 minutes.
     9 * `filter-check` - This is the generic script that powers mf-filercheck. See more below...
     10
     11== filter-check ==
    212
    313The `filter-check` program sends email via our servers to various corporate providers and checks to see if they land in the inbox or the spam box.
     
    4656Code is available via `git clone git://git.mayfirst.org/mfpl/filter-check`
    4757
    48 It is installed and configured on `gil.mayfirst.org`.
    4958
    50 In addition, gil has a bash script called: `mf-check-filters` - which runs through filter checks for both mail.mayfirst.org and bulk.mayfirst.org.