Plagger::Plugin::Filter::POPFile - Categorize entries as spam et al


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Plugin::Filter::POPFile - Categorize entries as spam et al

SYNOPSIS

Top

  - module: Filter::POPFile
    rule:
      module: Fresh
      mtime:
        path: /home/ishigaki/.plagger/fresh_rule
        autoupdate: 1
    config:
      proxy: http://localhost:8081/RPC2
      encoding: euc-jp
      training: 1
      tempdir: /tmp

CONFIG

Top

proxy

Your POPFile proxy URL.

encoding

Your POPFile encoding. Specify 'euc-jp' for Nihongo users.

training

Enables POPFile training (i.e. Adds entries to POPFile history). Defaults to true.

tempdir (Optional)

Temporary directory POPFile uses. Network directory might work, though I haven't tried yet. If you want to communicate with a remote POPFile (via Samba etc), try this.

CAVEATS

Top

Don't forget to use Fresh rule while you're training POPFile. Otherwise your POPFile history would have a lot of duplicates.

THANKS TO

Top

Tatsuhiko Miyagawa

AUTHOR

Top

Kenichi Ishigaki

SEE ALSO

Top

Plagger, Plagger::Rule::Fresh, POPFile


Plagger documentation  | view source Contained in the Plagger distribution.