Help for this page

Select Code to Download


  1. or download this
    sub hook_helo
    {
    ...
    
        return DECLINED;
    }
    
  2. or download this
    sub hook_queue
    {
    ...
    
        return ( DECLINED, "Rejected this is spam: "  . $transaction-Notes
    +("reason" ) );
    }