]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/plugins/postfixadmin.rb
Add a real rm test.
[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" users 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