mailman_pgp.chains package

Submodules

mailman_pgp.chains.default module

A PGP enabled posting chain.

class mailman_pgp.chains.default.PGPChain[source]

Bases: object

Default PGP chain.

description = 'The PGP enabled moderation chain.'

See IChain.

name = 'pgp-posting-chain'

mailman_pgp.chains.moderation module

class mailman_pgp.chains.moderation.PGPModerationChain[source]

Bases: mailman.chains.base.JumpChainBase

description = 'PGP moderation chain.'
jump_to(mlist, msg, msgsdata)[source]
name = 'pgp-moderation'

Module contents