Changes between Version 3 and Version 4 of filter-check


Ignore:
Timestamp:
Sep 14, 2017, 2:59:45 PM (7 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • filter-check

    v3 v4  
    88
    99{{{
    10 0  gil:~# filter-check --help
    1110usage: filter-check [-h] [--sendvia SENDVIA] [--sendto SENDTO] [--quiet]
    1211                    [--gtube] [--headers] [--sleep SLEEP]
    1312                    [--emailfrom EMAILFROM] [--subject SUBJECT] [--msg MSG]
     13                    [--sendonly] [--fetchfrom FETCHFROM]
     14                    [--messageid MESSAGEID]
    1415
    1516Check deliverability to various mail providers. Configuration file is in
     
    3031  --subject SUBJECT     specify the subject for the test message
    3132  --msg MSG             specify the body of the test message
     33  --sendonly            don't fetch the message, only send it and output the
     34                        message-id sent
     35  --fetchfrom FETCHFROM
     36                        don't send a message, only fetch a message from this
     37                        host matching the passed messageid
     38  --messageid MESSAGEID
     39                        when using fetchfrom, fetch the messageid specified in
     40                        this option
    3241
    33 Exit codes: 0 if message is found in Inbox, 1 if found in spam box, 3 if not
     42Exit codes: 0 if message is found in Inbox, 1 if found in spam box, 2 if not
    3443delivered, 255 if error.
    35 0 gil:~#
    3644}}}
    3745