require 'prune/prune_plugin' require 'rm/plugins/dovecot' # Handle the pruning of Dovecot users from its database. This class # doesn't need to do anything; by inheriting from {DovecotRm}, we get # its {DovecotRm#remove_user} method and that's all we need to prune. # class DovecotPrune < DovecotRm # Needed for the magic includers run() method. include PrunePlugin end