Re: SEO spam with RCVD_IN_MSPIKE_H5

Greg Troxel <[email protected]> Thu, 02 Apr 2026 06:51:11 -0400
Newsgroups gmane.mail.spam.spamassassin.general
Message-ID <[email protected]>
Vincent Lefevre <[email protected]> writes:

>> Would be good to rescore with -t so you see all those scores.
>
> What do you mean about -t? Or did you mean -r/-R?

See the usage:

SpamAssassin version 4.0.2
  running on Perl version 5.42.0

For more information read the spamassassin man page.

Usage:
    spamassassin [options] [ < mailmessage | path ... ]

    spamassassin -d [ < mailmessage | path ... ]

    spamassassin -r [ < mailmessage | path ... ]

    spamassassin -k [ < mailmessage | path ... ]

    spamassassin -W|-R [ < mailmessage | path ... ]

    Options:

     -L, --local                       Local tests only (no online tests)
     -r, --report                      Report message as spam
     -k, --revoke                      Revoke message as spam
     -d, --remove-markup               Remove spam reports from a message
     -C path, --configpath=path, --config-file=path
                                       Path to standard configuration dir
     -p prefs, --prefspath=file, --prefs-file=file
                                       Set user preferences file
     --siteconfigpath=path             Path for site configs
                                       (def: /etc/mail/spamassassin)
     --cf='config line'                Additional line of configuration
     --pre='config line'               Additional line of ".pre" (prepended to configuration)
     -x, --nocreate-prefs              Don't create user preferences file
     -e, --exit-code                   Exit with a non-zero exit code if the
                                       tested message was spam
     --mbox                            read in messages in mbox format
     --mbx                             read in messages in UW mbx format
     -t, --test-mode                   Pipe message through and add extra
                                       report to the bottom
     --lint                            Lint the rule set: report syntax errors
     -W, --add-to-welcomelist          Add addresses in mail to persistent address welcomelist
     --add-to-blocklist                Add addresses in mail to persistent address blocklist
     -R, --remove-from-welcomelist     Remove all addresses found in mail from
                                       persistent address list
     --add-addr-to-welcomelist=addr    Add addr to persistent address welcomelist
     --add-addr-to-blocklist=addr      Add addr to persistent address blocklist
     --remove-addr-from-welcomelist=addr Remove addr from persistent address welcomelist
     --remove-addr-from-blocklist=addr Remove addr from persistent address blocklist
     -u username, --username=username  Override username taken from the runtime
                                       environment, used with SQL
     -4 --ipv4only, --ipv4-only, --ipv4 Use IPv4, disable use of IPv6 for DNS etc.
     -6                                Use IPv6, disable use of IPv4 where possible
     --progress                        Print progress bar
     -D, --debug [area,...]            Print debugging messages
     -V, --version                     Print version
     -h, --help                        Print usage message