diff options
| author | fukachan <fukachan> | 2004-05-19 13:16:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-05-19 13:16:37 +0000 |
| commit | 752b756230c8406ce4114fab0c787ff93c9f4b71 (patch) | |
| tree | 7a8a80d870ac477e8fb80e3c6ba5ce222c3d2862 /fml/doc/en | |
| parent | 5a3eb90ac65ba092cd229e0e1892e5b2f6a17390 (diff) | |
| download | fml8-752b756230c8406ce4114fab0c787ff93c9f4b71.tar.gz fml8-752b756230c8406ce4114fab0c787ff93c9f4b71.tar.bz2 fml8-752b756230c8406ce4114fab0c787ff93c9f4b71.zip | |
regen: $article_delivery_transport
Diffstat (limited to 'fml/doc/en')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 1 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index fa10636c..bdf586bd 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -43,6 +43,7 @@ admin { article { article_delivery { + ? $article_delivery_transport $use_article_delivery } diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index 519ffc5b..d4aa5330 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -71,6 +71,15 @@ $primary_admin_recipient_map </row> <row> <entry> +article_delivery_transport</entry> +<entry> + specify transport for article delivery.</entry> +<entry> +smtp + </entry> +</row> +<row> +<entry> article_filter_reject_notice_data_type</entry> <entry> how fml refer the rejeced message.</entry> |
