Mailing List Archive

svn commit: r485800 - in /spamassassin/trunk: sa-compile.raw sa-learn.raw sa-update.raw spamd/spamd.raw
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 <path> 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 <re> 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 <filename> 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 <path> 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 <re> 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 <filename> 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/<version>)
- --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/<version>)
+ --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