]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/plugins/postfixadmin.rb
Update the version in mailshears.gemspec.
[mailshears.git] / lib / prune / plugins / postfixadmin.rb
1 require 'prune/prune_plugin'
2 require 'rm/plugins/postfixadmin'
3
4 # This class does absolutely nothing except allow us to blindly
5 # instantiate classes based on the mode name and configured plugins.
6 #
7 # We don't need the ability to remove "left over" Postfixadmin users
8 # or domains, since "left over" is with respect to what's in
9 # Postfixadmin itself. The other pruning plugins check themselves
10 # against Postfixadmin -- it doesn't make sense to check Postfixadmin
11 # against itself.
12 #
13 class PostfixadminPrune < PostfixadminRm; end