MailhandlerAuthenticateDefault.inc in Mailhandler 6.2
Same filename and directory in other branches
File
plugins/mailhandler/authenticate/MailhandlerAuthenticateDefault.incView source
<?php
/**
* @file
* MailhandlerAuthenticateDefault class.
*/
$plugin = array(
'name' => '"From" address authentication',
'description' => 'Authenticate messages based on "from" email address',
'handler' => array(
'class' => 'MailhandlerAuthenticateDefault',
'parent' => 'MailhandlerAuthenticate',
),
);