From: epg <> Date: Sat, 3 Apr 2004 05:11:30 +0000 (+0000) Subject: Collapse the spam-checking and filtering passes into a single pass and X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/95a97f883e0e32b7e78b58ff11424fe8a4d4630e?hp=95a97f883e0e32b7e78b58ff11424fe8a4d4630e Collapse the spam-checking and filtering passes into a single pass and adapt the diagnostic output to make sense in the new single pass. (store_message): Don't print anything. (preprocess): Move the message sorting to MAIN and spam processing to filter_mail. (filter_mail): Do spam filtering in this loop and do all status printing here. (%FOLDERS): This should not have been global; move it into filter_mail. (MAIN): Sort messages before calling filter_mail. If any SPAM messages were detected, scan(1) them. ---