Return-Path: Delivered-To: apmail-spamassassin-commits-archive@www.apache.org Received: (qmail 27746 invoked from network); 11 Dec 2006 18:39:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2006 18:39:58 -0000 Received: (qmail 59521 invoked by uid 500); 11 Dec 2006 18:40:06 -0000 Delivered-To: apmail-spamassassin-commits-archive@spamassassin.apache.org Received: (qmail 59497 invoked by uid 500); 11 Dec 2006 18:40:06 -0000 Mailing-List: contact commits-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "SpamAssassin Dev" List-Id: Delivered-To: mailing list commits@spamassassin.apache.org Received: (qmail 59486 invoked by uid 99); 11 Dec 2006 18:40:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 10:40:06 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 10:39:57 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 8E0A71A981A; Mon, 11 Dec 2006 10:39:13 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r485800 - in /spamassassin/trunk: sa-compile.raw sa-learn.raw sa-update.raw spamd/spamd.raw Date: Mon, 11 Dec 2006 18:39:13 -0000 To: commits@spamassassin.apache.org From: dos@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061211183913.8E0A71A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dos Date: Mon Dec 11 10:39:12 2006 New Revision: 485800 URL: http://svn.apache.org/viewvc?view=rev&rev=485800 Log: bug 4539: man page summaries for executables exceed 80 cols, fix Modified: spamassassin/trunk/sa-compile.raw spamassassin/trunk/sa-learn.raw spamassassin/trunk/sa-update.raw spamassassin/trunk/spamd/spamd.raw Modified: spamassassin/trunk/sa-compile.raw URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-compile.raw?view=diff&rev=485800&r1=485799&r2=485800 ============================================================================== --- spamassassin/trunk/sa-compile.raw (original) +++ spamassassin/trunk/sa-compile.raw Mon Dec 11 10:39:12 2006 @@ -792,12 +792,13 @@ --list Output base string list to STDOUT --keep-tmps Keep temporary files instead of deleting - - -C path, --configpath=path, --config-file=path Path to standard configuration dir - -p prefs, --prefspath=file, --prefs-file=file Set user preferences file - --siteconfigpath=path Path for site configs (def: /etc/mail/spamassassin) + -C path, --configpath=path, --config-file=path + Path to standard configuration dir + -p prefs, --prefspath=file, --prefs-file=file + Set user preferences file + --siteconfigpath=path Path for site configs + (default: /etc/mail/spamassassin) --cf='config line' Additional line of configuration - -D, --debug [area=n,...] Print debugging messages -V, --version Print version -h, --help Print usage message Modified: spamassassin/trunk/sa-learn.raw URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-learn.raw?view=diff&rev=485800&r1=485799&r2=485800 ============================================================================== --- spamassassin/trunk/sa-learn.raw (original) +++ spamassassin/trunk/sa-learn.raw Mon Dec 11 10:39:12 2006 @@ -571,42 +571,46 @@ Options: - --ham Learn messages as ham (non-spam) - --spam Learn messages as spam - --forget Forget a message - --use-ignores Use bayes_ignore_from and bayes_ignore_to - --sync Syncronize the database and the journal if needed - --force-expire Force a database sync and expiry run - --dbpath Allows commandline override (in bayes_path form) - for where to read the Bayes DB from - --dump [all|data|magic] Display the contents of the Bayes database - Takes optional argument for what to display - --regexp For dump only, specifies which tokens to - dump based on a regular expression. - -f file, --folders=file Read list of files/directories from file - --dir Ignored; historical compatibility - --file Ignored; historical compatibility - --mbox Input sources are in mbox format - --mbx Input sources are in mbx format - --showdots Show progress using dots - --progress Show progress using progress bar - --no-sync Skip synchronizing the database and journal - after learning - -L, --local Operate locally, no network accesses - --import Migrate data from older version/non DB_File - based databases - --clear Wipe out existing database - --backup Backup, to STDOUT, existing database - --restore Restore a database from filename - - -u username, --username=username Override username taken from the runtime environment - -C path, --configpath=path, --config-file=path Path to standard configuration dir - -p prefs, --prefspath=file, --prefs-file=file Set user preferences file - --siteconfigpath=path Path for site configs (def: /etc/mail/spamassassin) - --cf='config line' Additional line of configuration - -D, --debug [area=n,...] Print debugging messages - -V, --version Print version - -h, --help Print usage message + --ham Learn messages as ham (non-spam) + --spam Learn messages as spam + --forget Forget a message + --use-ignores Use bayes_ignore_from and bayes_ignore_to + --sync Syncronize the database and the journal if needed + --force-expire Force a database sync and expiry run + --dbpath Allows commandline override (in bayes_path form) + for where to read the Bayes DB from + --dump [all|data|magic] Display the contents of the Bayes database + Takes optional argument for what to display + --regexp For dump only, specifies which tokens to + dump based on a regular expression. + -f file, --folders=file Read list of files/directories from file + --dir Ignored; historical compatibility + --file Ignored; historical compatibility + --mbox Input sources are in mbox format + --mbx Input sources are in mbx format + --showdots Show progress using dots + --progress Show progress using progress bar + --no-sync Skip synchronizing the database and journal + after learning + -L, --local Operate locally, no network accesses + --import Migrate data from older version/non DB_File + based databases + --clear Wipe out existing database + --backup Backup, to STDOUT, existing database + --restore Restore a database from filename + -u username, --username=username + Override username taken from the runtime + environment + -C path, --configpath=path, --config-file=path + Path to standard configuration dir + -p prefs, --prefspath=file, --prefs-file=file + Set user preferences file + --siteconfigpath=path Path for site configs + (default: /etc/mail/spamassassin) + --cf='config line' Additional line of configuration + -D, --debug [area=n,...] Print debugging messages + -V, --version Print version + -h, --help Print usage message =head1 DESCRIPTION Modified: spamassassin/trunk/sa-update.raw URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-update.raw?view=diff&rev=485800&r1=485799&r2=485800 ============================================================================== --- spamassassin/trunk/sa-update.raw (original) +++ spamassassin/trunk/sa-update.raw Mon Dec 11 10:39:12 2006 @@ -1304,25 +1304,25 @@ Options: - --updatedir path Directory to place updates, defaults to the - SpamAssassin site rules directory (def: - /var/lib/spamassassin/) - --channel channel Retrieve updates from this channel - Use multiple times for multiple channels - --channelfile file Retrieve updates from the channels in the file - --checkonly Check for update availability, do not install - --gpgkey key Trust the key id to sign releases - Use multiple times for multiple keys - --gpgkeyfile file Trust the key ids in the file to sign releases - --gpghomedir path Store the GPG keyring in this directory - --gpg and --nogpg Use (or do not use) GPG to verify updates - (--gpg is assumed by use of the above - --gpgkey and --gpgkeyfile options) - --import file Import GPG key(s) from file into sa-update's - keyring. Use multiple times for multiple files - -D, --debug [area=n,...] Print debugging messages - -V, --version Print version - -h, --help Print usage message + --updatedir path Directory to place updates, defaults to the + SpamAssassin site rules directory + (default: /var/lib/spamassassin/) + --channel channel Retrieve updates from this channel + Use multiple times for multiple channels + --channelfile file Retrieve updates from the channels in the file + --checkonly Check for update availability, do not install + --gpgkey key Trust the key id to sign releases + Use multiple times for multiple keys + --gpgkeyfile file Trust the key ids in the file to sign releases + --gpghomedir path Store the GPG keyring in this directory + --gpg and --nogpg Use (or do not use) GPG to verify updates + (--gpg is assumed by use of the above + --gpgkey and --gpgkeyfile options) + --import file Import GPG key(s) from file into sa-update's + keyring. Use multiple times for multiple files + -D, --debug [area=n,...] Print debugging messages + -V, --version Print version + -h, --help Print usage message =head1 DESCRIPTION Modified: spamassassin/trunk/spamd/spamd.raw URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamd/spamd.raw?view=diff&rev=485800&r1=485799&r2=485800 ============================================================================== --- spamassassin/trunk/spamd/spamd.raw (original) +++ spamassassin/trunk/spamd/spamd.raw Mon Dec 11 10:39:12 2006 @@ -2320,55 +2320,55 @@ Options: - -l, --allow-tell Allow learning/reporting - -c, --create-prefs Create user preferences files - -C path, --configpath=path Path for default config files - --siteconfigpath=path Path for site configs - --cf='config line' Additional line of configuration - -d, --daemonize Daemonize - -h, --help Print usage message. - -i [ipaddr], --listen-ip=ipaddr Listen on the IP ipaddr - --ipv4only, --ipv4-only, --ipv4 Disable attempted use of ipv6 for DNS - -p port, --port=port Listen on specified port - -m num, --max-children=num Allow maximum num children - --min-children=num Allow minimum num children - --min-spare=num Lower limit for number of spare children - --max-spare=num Upper limit for number of spare children - --max-conn-per-child=num Maximum connections accepted by child - before it is respawned - --round-robin Use traditional prefork algorithm - --timeout-tcp=secs Connection timeout for client headers - --timeout-child=secs Connection timeout for message checks - -q, --sql-config Enable SQL config (only useful with -x) - -Q, --setuid-with-sql Enable SQL config (only useful with -x, - enables use of -H) - --ldap-config Enable LDAP config (only useful with -x) - --setuid-with-ldap Enable LDAP config (only useful with -x, - enables use of -H) - --virtual-config-dir=dir Enable pattern based Virtual configs - (needs -x) - -r pidfile, --pidfile Write the process id to pidfile - -s facility, --syslog=facility Specify the syslog facility - --syslog-socket=type How to connect to syslogd - -u username, --username=username Run as username - -g groupname, --groupname=groupname Run as groupname - -v, --vpopmail Enable vpopmail config - -x, --nouser-config Disable user config files - --auth-ident Use ident to authenticate spamc user - --ident-timeout=timeout Timeout for ident connections - -A host,..., --allowed-ips=..,.. Limit ip addresses which can connect - -D, --debug[=areas] Print debugging messages (for areas) - -L, --local Use local tests only (no DNS) - -P, --paranoid Die upon user errors + -l, --allow-tell Allow learning/reporting + -c, --create-prefs Create user preferences files + -C path, --configpath=path Path for default config files + --siteconfigpath=path Path for site configs + --cf='config line' Additional line of configuration + -d, --daemonize Daemonize + -h, --help Print usage message. + -i [ipaddr], --listen-ip=ipaddr Listen on the IP ipaddr + --ipv4only, --ipv4-only, --ipv4 Disable attempted use of ipv6 for DNS + -p port, --port=port Listen on specified port + -m num, --max-children=num Allow maximum num children + --min-children=num Allow minimum num children + --min-spare=num Lower limit for number of spare children + --max-spare=num Upper limit for number of spare children + --max-conn-per-child=num Maximum connections accepted by child + before it is respawned + --round-robin Use traditional prefork algorithm + --timeout-tcp=secs Connection timeout for client headers + --timeout-child=secs Connection timeout for message checks + -q, --sql-config Enable SQL config (needs -x) + -Q, --setuid-with-sql Enable SQL config (needs -x, + enables use of -H) + --ldap-config Enable LDAP config (needs -x) + --setuid-with-ldap Enable LDAP config (needs -x, + enables use of -H) + --virtual-config-dir=dir Enable pattern based Virtual configs + (needs -x) + -r pidfile, --pidfile Write the process id to pidfile + -s facility, --syslog=facility Specify the syslog facility + --syslog-socket=type How to connect to syslogd + -u username, --username=username Run as username + -g groupname, --groupname=groupname Run as groupname + -v, --vpopmail Enable vpopmail config + -x, --nouser-config Disable user config files + --auth-ident Use ident to authenticate spamc user + --ident-timeout=timeout Timeout for ident connections + -A host,..., --allowed-ips=..,.. Limit ip addresses which can connect + -D, --debug[=areas] Print debugging messages (for areas) + -L, --local Use local tests only (no DNS) + -P, --paranoid Die upon user errors -H [dir], --helper-home-dir[=dir] Specify a different HOME directory - --ssl Run an SSL server - --ssl-port port Listen on port for SSL connections - --server-key keyfile Specify an SSL keyfile - --server-cert certfile Specify an SSL certificate - --socketpath=path Listen on given UNIX domain socket - --socketowner=name Set UNIX domain socket file's owner - --socketgroup=name Set UNIX domain socket file's group - --socketmode=mode Set UNIX domain socket file's mode + --ssl Run an SSL server + --ssl-port port Listen on port for SSL connections + --server-key keyfile Specify an SSL keyfile + --server-cert certfile Specify an SSL certificate + --socketpath=path Listen on given UNIX domain socket + --socketowner=name Set UNIX domain socket file's owner + --socketgroup=name Set UNIX domain socket file's group + --socketmode=mode Set UNIX domain socket file's mode =head1 DESCRIPTION