Ignore:
Timestamp:
Feb 17, 2009, 10:54:26 PM (16 years ago)
Author:
katerina
Message:

Rewrite mail subsystem for more flexibility (closes ticket #141).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_readconf.c

    r211 r214  
    3434#include "sh_files.h"
    3535#include "sh_mail.h"
     36#include "sh_nmail.h"
    3637#include "sh_calls.h"
    3738#include "sh_tiger.h"
     
    10981099  { N_("setmailnum"),        SH_SECTION_MAIL,  SH_SECTION_MISC,
    10991100    sh_mail_setNum },
    1100   { N_("setmailaddress"),    SH_SECTION_MAIL,  SH_SECTION_MISC,
    1101     sh_mail_setaddress },
    11021101  { N_("setmailrelay"),      SH_SECTION_MAIL,  SH_SECTION_MISC,
    11031102    sh_mail_set_relay },
     
    11081107  { N_("setmailsender"),     SH_SECTION_MAIL,  SH_SECTION_MISC,
    11091108    sh_mail_set_sender },
     1109  { N_("setmailaddress"),    SH_SECTION_MAIL,  SH_SECTION_MISC,
     1110    sh_nmail_add_recipient },
     1111  { N_("closeaddress"),      SH_SECTION_MAIL,  SH_SECTION_MISC,
     1112    sh_nmail_close_recipient },
     1113  { N_("setaddrseverity"),   SH_SECTION_MAIL,  SH_SECTION_MISC,
     1114    sh_nmail_set_severity },
    11101115  { N_("setmailfilternot"),  SH_SECTION_MAIL,  SH_SECTION_MISC,
    1111     sh_mail_add_not },
     1116    sh_nmail_add_not },
    11121117  { N_("setmailfilterand"),  SH_SECTION_MAIL,  SH_SECTION_MISC,
    1113     sh_mail_add_and },
     1118    sh_nmail_add_and },
    11141119  { N_("setmailfilteror"),   SH_SECTION_MAIL,  SH_SECTION_MISC,
    1115     sh_mail_add_or },
     1120    sh_nmail_add_or },
    11161121#endif
    11171122  { N_("setbindaddress"),    SH_SECTION_MISC,  SH_SECTION_NONE,
     
    12141219  static const char  *closing[] = {
    12151220    N_("closecommand"),
     1221    N_("closeaddress"),
    12161222    N_("logmonendgroup"),
    12171223    N_("logmonendhost"),
Note: See TracChangeset for help on using the changeset viewer.