rpf-0.2.5: rpf.cabal
Name: rpf
Version: 0.2.5
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
License-File: LICENSE
Homepage: http://www.mew.org/~kazu/proj/rpf/
Synopsis: Receiver Policy Framework
Description: Receiver Policy Framework (RPF) is a Milter
program to change actions of e-mail receiver
side according to results of the anti-spam
technologies.
Category: Network
Cabal-Version: >= 1.6
Build-Type: Simple
Data-Files: rpf.conf, rpf.policy
Data-Dir: config
Extra-Source-Files: README Test.hs
Executable rpf
Main-Is: Main.hs
GHC-Options: -Wall -threaded
Build-Depends: base >= 4.0 && < 5
, appar
, blaze-builder
, bytestring
, c10k
, containers
, dns
, domain-auth
, hslogger
, iproute
, parsec
, unix
Other-Modules: Config
LogMsg
Milter
Milter.Base
Milter.Env
Milter.Log
Milter.Switch
Milter.Types
MailSpec
RPF
RPF.Domain
RPF.Eval
RPF.IP
RPF.Lexer
RPF.Parser
RPF.State
RPF.Types