Documentation

update_mailinglist.inc.php

Page-level DocBlock

Tags
subpackage

mailinglist

Table of Contents

Functions

update_mailinglist()  : mixed
Bearbeiten einer Mailingliste

Functions

update_mailinglist()

Bearbeiten einer Mailingliste

update_mailinglist(array<string|int, mixed> $parameter) : mixed
Parameters
$parameter : array<string|int, mixed>

folgende Parameter sind möglich:

  • kas_login: das betreffende KAS Login
  • kas_auth_data: die Authentifizierungsdaten
  • kas_auth_type: der Authentifizierungstyp
  • mailinglist_name: die zu bearbeitende Mailingliste
  • subscriber: die Listenteilnehmer als RFC2822 (mehrere mit Zeilenumbruch getrennt, optional)
  • restrict_post: die Resrict-Post-Adressen RFC2822 (mehrere mit Zeilenumbruch getrennt, optional)
  • config: die komplette Konfigurationsdatei als Klartext
  • is_active: ist die Mailingliste aktiv: Y|N (optional)
Tags
link

Beispiel

throws
true

die Aktion wurde durchgeführt

throws
missing_parameter

ein Pflichtparameter fehlt

throws
in_progress

das KAS Objekt ist zZt noch in Bearbeitung

throws
cannot_connect_to_majordomo
throws
cannot_login_to_majordomo
throws
cannot_open_tmp_config
throws
cannot_open_tmp_restrict_post
throws
cannot_open_tmp_subscriber
throws
cannot_write_tmp_config
throws
cannot_write_tmp_restrict_post
throws
cannot_write_tmp_subscriber
throws
cannot_write_to_majordomo
throws
is_active_syntax_incorrect
throws
mailinglist_not_found
throws
mailinglist_syntax_incorrect
throws
parse_error_in_tmp_config
throws
restrict_post_email_syntax_incorrect
throws
subscriber_email_syntax_incorrect

        
On this page

Search results