Previous topic

synfu.config.Config – Shared config storage and parser

Next topic

synfu.postfilter.PostFilter – Mail2News and back again

This Page

synfu.reactor.Reactor – Mailman signature and header filter

Platforms: Unix, MacOS, Windows

Module author: René Köcher <shirk@bitspin.org>

class synfu.reactor.Reactor

SynFU reactor implements basic filtering for mailman and other mailing list based messages to suit them better for mail2news purposes.

run()

Process a message from sys.stdin and write the result to sys.stdout.

The message will be processed according the the global settings.

Note

There is no need to import and call this method directly. SynFu provides the wrapper script synfu-reactor.py for this job.