X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fprune%2Fplugins%2Fdovecot.rb;fp=lib%2Fprune%2Fplugins%2Fdovecot.rb;h=9fbeb58f14170f3d56bf0edad78e39ed28ae1144;hp=7d346ac23b22adce05fe92b46716f7614abb9c47;hb=df4e02ebf6a4e28a58abcb298a4442a245ad0b15;hpb=d0bfa37fb4be739b31dd97c493764ca19a160182 diff --git a/lib/prune/plugins/dovecot.rb b/lib/prune/plugins/dovecot.rb index 7d346ac..9fbeb58 100644 --- a/lib/prune/plugins/dovecot.rb +++ b/lib/prune/plugins/dovecot.rb @@ -1,6 +1,11 @@ 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