You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Olivier Nicole <on...@cs.ait.ac.th> on 2007/11/16 08:00:49 UTC

Force plugins order

Hello,

Is there a way to force the order that SA will try the various plugins?

Typically I would have:

- a first plugin that analyzes PDF attachment, pushed the text part
  back as text (post_message_parse) and the images as new message
  parts (add_body_part);

- a second plugin that does OCR of the images attachments and pushes
  the discovered text back as text (post_message_parse).

Obviously the first plugin should come first as it may discover images
that will be OCRed by the second plugin.

How to force the order of the plugins?

Best regards,

Olivier