• Checks for SpamAssassin error strings are too specific

    By Nick Radov 2 decades ago

    The procedure mlngRunSpamAssassin checks for certain SpamAssassin error messages and automatically retries. But some of those error message strings are too specific because they include a "warn:" or "failed:" prefix. The procedure should just look for the main text of the error instead.