ActionMailer

When using the generator is there any reason why it doesn't append Mailer to the name? When creating a controller for Posts the file would come out as posts_controller. It seems logical to me that the same should be applied to mailer as it can only handle emails. Or do I have the wrong end of the stick here?