Método emailFilterAdd

 voltar ao índice do grupo



emailFilterAdd

voidemailFilterAdd ( stringsession, stringdomain, stringpop, stringfilter, intpriority, booleanactive, stringaction, stringaction_param, stringheader, stringrule, stringrule_param )

Descrição

Add a new email filter and its first rule

Parâmetros

  • stringsession : the session id
  • stringdomain : the domain name
  • stringpop : the pop account name
  • stringfilter : the filter name
  • intpriority : the filter priority, the last available by default
  • booleanactive : is the filter active ?
  • stringaction : the filter action (POP|REDIR|DEL|ACCEPT)
  • stringaction_param : the filter action email adresse or local account for pop and redir actions
  • stringheader : the rule header (From|Cc|To|Subject|...)
  • stringrule : the rule action (contain|doesnotcontain|checkspf)
  • stringrule_param : the rule parameter
linguagem :
 
Parâmetros :
string session : $sessão
string domain :
string pop :
string filter :
int priority :
boolean active :  
string action :
string action_param :
string header :
string rule :
string rule_param :