commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. mu-1-2-90-separate-argp-cfg


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. mu-1-2-90-separate-argp-cfg-253-g4d8141c
Date: Wed, 25 Mar 2009 20:18:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=4d8141cf92b2efa977ea0f214663b79e58ba0e1b

The branch, master has been updated
       via  4d8141cf92b2efa977ea0f214663b79e58ba0e1b (commit)
      from  52284527e761d8b6ffa8c15196edc18e8b061356 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4d8141cf92b2efa977ea0f214663b79e58ba0e1b
Author: Sergey Poznyakoff <address@hidden>
Date:   Wed Mar 25 22:17:21 2009 +0200

    Remove mail.local and mail.remote, Maidag should be used instead.
    
    * mail.local: Remove.
    * mail.remote: Remove.
    * Makefile.am, configure.ac: Update.
    * doc/texinfo/mailutils.texi: Rebuild master menu.
    * doc/texinfo/programs.texi: Update.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                |    2 -
 configure.ac               |    4 -
 doc/texinfo/mailutils.texi |    7 --
 doc/texinfo/programs.texi  |  232 +-------------------------------------------
 4 files changed, 1 insertions(+), 244 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 012eec2..9850eed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,8 +50,6 @@ SUBDIRS = \
  messages\
  comsat\
  readmsg\
- mail.local\
- mail.remote\
  dotlock\
  mh\
  movemail\
diff --git a/configure.ac b/configure.ac
index 393e5d5..453e537 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1312,10 +1312,6 @@ AC_CONFIG_FILES([Makefile
  maidag/Makefile
  mail/Makefile
  mail/testsuite/Makefile
- mail.local/Makefile
- mail.local/testsuite/Makefile
- mail.remote/Makefile
- mail.remote/testsuite/Makefile
  mailbox/Makefile
  mailbox/testsuite/Makefile
  messages/Makefile
diff --git a/doc/texinfo/mailutils.texi b/doc/texinfo/mailutils.texi
index 80f75cc..6654b91 100644
--- a/doc/texinfo/mailutils.texi
+++ b/doc/texinfo/mailutils.texi
@@ -137,8 +137,6 @@ Mailutils Programs
 * guimb::             Mailbox Scanning and Processing Language.
 
 * maidag::            General-purpose Mail Delivery Agent.
-* mail.local::        Deliver Mail to the Local Mailbox.
-* mail.remote::       Pseudo-Sendmail Interface for Mail Delivery.
 
 * mimeview::          Universal File Viewer.
 
@@ -283,11 +281,6 @@ Maidag Scripting
 * Sieve Maidag Filters::
 * Scheme Maidag Filters::
 
address@hidden --- Deliver Mail to the Local UNIX Mailbox
-
-* Invocation::     Mail.local options
-* Mail.local Config::
-
 mimeview
 
 * Mimeview Invocation::
diff --git a/doc/texinfo/programs.texi b/doc/texinfo/programs.texi
index aa3758a..b18e5fa 100644
--- a/doc/texinfo/programs.texi
+++ b/doc/texinfo/programs.texi
@@ -33,8 +33,6 @@ syntax.
 * guimb::             Mailbox Scanning and Processing Language.
 
 * maidag::            General-purpose Mail Delivery Agent.
-* mail.local::        Deliver Mail to the Local Mailbox.
-* mail.remote::       Pseudo-Sendmail Interface for Mail Delivery.
 
 * mimeview::          Universal File Viewer.
 
@@ -4667,7 +4665,7 @@ Set debugging level
 @end table            
 
 The Scheme programs produced by @command{sieve.scm} can be used with
address@hidden or @command{mail.local}.
address@hidden or @command{maidag}.
 
 @c ***********************************************************************
 
@@ -5441,234 +5439,6 @@ Reuse existing address (@acronym{LMTP} mode). Default 
is @samp{yes}.
 @end deffn
 
 @page
address@hidden mail.local
address@hidden @command{mail.local} --- Deliver Mail to the Local UNIX Mailbox
address@hidden mail.local
-
address@hidden reads the standard input up to an end-of-file
-and appends the received data to the local mailboxes in @acronym{UNIX}
-mailbox format. This program is superseded by @command{maidag}
-(@pxref{maidag}) and will be decommissioned in future releases.
-
address@hidden
-* Invocation::     Mail.local options
-* Mail.local Config::
address@hidden menu
-
address@hidden Invocation
address@hidden Invoking @command{mail.local}
-
-General usage of @command{mail.local} program is:
-
address@hidden
-      mail.local address@hidden @var{recipient} address@hidden ...]
address@hidden smallexample
-
address@hidden
-If recipient part is a FQDN, @command{mail.local} will attempt to
-deliver to a virtual host. 
-
address@hidden @option
address@hidden -f @var{addr}
address@hidden --from @var{addr}
-Specify the sender's name. This option forces @command{mail.local} to
-add @samp{From } envelope to the beginning of the message. If it is
-not specified, @command{mail.local} first looks into the first line
-from the standard input. If it starts with @samp{From }, it is assumed
-to contain a valid envelope. If it does not, @command{mail.local}
-creates the envelope by using current user name and date.
address@hidden -q
address@hidden --quota-db @var{file}
-Specify path to DBM mailbox quota database (@pxref{Mailbox Quotas}). 
-
address@hidden --quota-query
-Specify SQL query that should be used to obtain user mailbox
-quotas from the SQL database (@pxref{Mailbox Quotas}).
-
address@hidden -s @var{pattern}
address@hidden --source @var{pattern}
-Set name pattern for user-defined mail filters written in Scheme. The
-metacharacters @samp{%u} and @samp{%h} in the pattern are expanded to
-the current recipient user name and home directory correspondingly.
-
-This option is available only if the package has been configured to
-use Guile extension language.
address@hidden -S @var{pattern}
address@hidden --sieve @var{pattern}
-Set name pattern for user-defined mail filters written is Sieve. The
-metacharacters @samp{%u} and @samp{%h} in the pattern are expanded to
-the current recipient user name and home directory correspondingly.
address@hidden -t @var{number}
address@hidden --timeout @var{number}
-Wait @var{number} seconds for acquiring the lockfile. If it doesn't
-become available after that amount of time, return failure. The timeout
-defaults to 5 minutes.
address@hidden -x @var{flags}
address@hidden --debug @var{flags}
-Enable debugging. The debugging information will be output using syslog.
-The @var{flags} is a string consisting of the following flags:
-Debug flags are:
-
address@hidden @samp
address@hidden g
-Start with guile debugging evaluator and backtraces. This is convenient
-for debugging user-defined filters.
-
address@hidden T
-Enable libmailutil traces (@code{MU_DEBUG_TRACE}).
-
address@hidden P
-Enable network protocol traces (@code{MU_DEBUG_PROT})
-
address@hidden t
-Enable sieve trace (@code{MU_SIEVE_DEBUG_TRACE})
-
address@hidden l
-Enable sieve action logs
address@hidden table
-
-The digits in the range @samp{0} -- @samp{9} used in @var{flags} set
address@hidden debugging level.
address@hidden -v
address@hidden --version
-Display program version and exit.
address@hidden --ex-multiple-delivery-success
-Don't return errors when delivering to multiple recipients.
address@hidden --ex-quota-tempfail
-Return temporary failure if disk or mailbox quota is exceeded. By
-default, 'service unavailable' is returned if the message exceeds
-the mailbox quota.
address@hidden table
-
address@hidden Mail.local Config
address@hidden Mail.local Configuration
-
-The behavior of mail.local is affected by the following configuration
-statements:
-
address@hidden @columnfractions 0.3 0.6
address@hidden Statement @tab Reference
address@hidden debug         @tab @xref{Debug Statement}.
address@hidden mailbox       @tab @xref{Mailbox Statement}.
address@hidden locking       @tab @xref{Locking Statement}.
address@hidden pam           @tab @xref{PAM Statement}.
address@hidden sql           @tab @xref{SQL Statement}.
address@hidden virtdomain    @tab @xref{Virtdomain Statement}.
address@hidden radius        @tab @xref{Radius Statement}.
address@hidden ldap          @tab @xref{LDAP Statement}.
address@hidden auth          @tab @xref{Auth Statement}.
address@hidden mailer        @tab @xref{Mailer Statement}.
address@hidden multitable
-
-Additionally, @command{mail.local} defines the following configuration
-statements for its use:
-
address@hidden {Mail.local Config} ex-multiple-delivery-success @var{bool}
-In case of multiple delivery, exit with code 0 if at least one
-delivery has succeeded.
address@hidden deffn
-
address@hidden {Mail.local Config} ex-quota-tempfail @var{bool}
-Indicate temporary failure if the recipient is over his mail quota.
-By default, permanent failure is returned.
address@hidden deffn
-
address@hidden {Mail.local Config} quota-db @var{file}
-Set the name of DBM quota database file.
address@hidden deffn
-
address@hidden {Mail.local Config} sieve-filter @var{pattern}
-Set file name or name pattern of the Sieve filter file.
-
-The following meta-sequences are expanded in @var{pattern}:
-
address@hidden @asis
address@hidden ~
address@hidden %h
-Expands to the recipient home directory.
-
address@hidden %u
-Expands to the recipient user name.
address@hidden table
address@hidden deffn
-
address@hidden {Mail.local Config} message-id-header @var{name}
-When logging Sieve actions, identify messages by the value of this
-header.
address@hidden deffn
-
address@hidden {Mail.local Config} guile-filter @var{pattern}
-File name or name pattern for Guile filter file. See
address@hidden above, for the description if @var{pattern}.
address@hidden deffn
-
address@hidden {Mail.local Config} debug @var{flags}
-Set additional debugging flags. Valid flags are:
-
address@hidden @asis
address@hidden g
-Print @command{guimb} stack traces.
-
address@hidden t
-Enable @command{sieve} trace (@code{MU_SIEVE_DEBUG_TRACE}).
-
address@hidden i
-Enable @command{sieve} instructions trace
-(@code{MU_SIEVE_DEBUG_INSTR}).
-
address@hidden l
-Log executed Sieve actions.
address@hidden table
address@hidden deffn
-
-
address@hidden
address@hidden mail.remote
address@hidden @command{mail.remote} --- Pseudo-Sendmail Interface for Mail 
Delivery
address@hidden mail.remote
-The @command{mail.remote} utility reads the standard input, which must
-be formatted as an RFC-2822 email message, and forwards it to the
-specified remote @acronym{SMTP} server. This utility is superseded by
address@hidden and will be decommissioned in future releases. For a
-description of how to use @command{maidag} for remote delivery,
address@hidden Mailbox Delivery}.
-
-This section provides a short overview of the @command{mail.remote}
-utility.
-
address@hidden
-$ mail.remote address@hidden @var{rcpt} address@hidden
address@hidden smallexample
-
-Options are:
-
address@hidden @option
address@hidden -b @var{arg}
-Ignored, for compatibility with @command{sendmail}.
-
address@hidden -d
address@hidden --debug
-Print envelope commands in @acronym{SMTP} protocol transaction. If
-specified more than once, the data part of the protocol transaction
-is also printed.
-
address@hidden -f @var{addr}
address@hidden address@hidden
-Override the default from address.
-
address@hidden -i
address@hidden -o @var{arg}
-Ignored, for for compatibility with @command{sendmail}.
-
address@hidden -t
address@hidden --read-recipients
-Read recipient addresses from the message headers.
-
address@hidden --debug-auth
-Debug authentication functions.
address@hidden table
-
address@hidden
 @node mimeview
 @section mimeview
 @pindex mimeview


hooks/post-receive
--
GNU Mailutils




reply via email to

[Prev in Thread] Current Thread [Next in Thread]