]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/plugins/postfixadmin.rb
62e564710166468e142ddabc5fe9f6d3c404bf2e
[mailshears.git] / lib / prune / plugins / postfixadmin.rb
1 require 'prune/prune_plugin'
2 require 'rm/plugins/postfixadmin'
3
4 class PostfixadminPrune < PostfixadminRm
5 # We don't need the ability to remove "left over" accounts or
6 # domains, since "left over" is with respect to what's in
7 # PostfixAdmin. In other words, the other plugins check themselves
8 # against PostfixAdmin, it doesn't make sense to check PostfixAdmin
9 # against itself.
10 end