Browsing Catalan translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Catalan guidelines.

These translations are shared with GNU Mailman 2.1 series template mailman.

110 of 11 results
705.
This option controls what Mailman does to the
<tt>Reply-To:</tt> header in messages flowing through this
mailing list. When set to <em>Poster</em>, no <tt>Reply-To:</tt>
header is added by Mailman, although if one is present in the
original message, it is not stripped. Setting this value to
either <em>This list</em> or <em>Explicit address</em> causes
Mailman to insert a specific <tt>Reply-To:</tt> header in all
messages, overriding the header in the original message if
necessary (<em>Explicit address</em> inserts the value of <a
href="?VARHELP=general/reply_to_address">reply_to_address</a>).

<p>There are many reasons not to introduce or override the
<tt>Reply-To:</tt> header. One is that some posters depend on
their own <tt>Reply-To:</tt> settings to convey their valid
return address. Another is that modifying <tt>Reply-To:</tt>
makes it much more difficult to send private replies. See <a
href="http://www.unicom.com/pw/reply-to-harmful.html">`Reply-To'
Munging Considered Harmful</a> for a general discussion of this
issue. See <a
href="http://www.metasystema.org/essays/reply-to-useful.mhtml">Reply-To
Munging Considered Useful</a> for a dissenting opinion.

<p>Some mailing lists have restricted posting privileges, with a
parallel list devoted to discussions. Examples are `patches' or
`checkin' lists, where software changes are posted by a revision
control system, but discussion about the changes occurs on a
developers mailing list. To support these types of mailing
lists, select <tt>Explicit address</tt> and set the
<tt>Reply-To:</tt> address below to point to the parallel
list.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in Mailman/Gui/General.py:169
827.
Each header filter rule has two parts, a list of regular
expressions, one per line, and an action to take. Mailman
matches the message's headers against every regular expression in
the rule and if any match, the message is rejected, held, or
discarded based on the action you specify. Use <em>Defer</em> to
temporarily disable a rule.

You can have more than one filter rule for your list. In that
case, each rule is matched in turn, with processing stopped after
the first match.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in Mailman/Gui/Privacy.py:378
1026.
Add members to a list from the command line.

Usage:
add_members [options] listname

Options:

--regular-members-file=file
-r file
A file containing addresses of the members to be added, one
address per line. This list of people become non-digest
members. If file is `-', read addresses from stdin. Note that
-n/--non-digest-members-file are deprecated synonyms for this option.

--digest-members-file=file
-d file
Similar to above, but these people become digest members.

--welcome-msg=<y|n>
-w <y|n>
Set whether or not to send the list members a welcome message,
overriding whatever the list's `send_welcome_msg' setting is.

--admin-notify=<y|n>
-a <y|n>
Set whether or not to send the list administrators a notification on
the success/failure of these subscriptions, overriding whatever the
list's `admin_notify_mchanges' setting is.

--help
-h
Print this help message and exit.

listname
The name of the Mailman list you are adding members to. It must
already exist.

You must supply at least one of -r and -d options. At most one of the
files can be `-'.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in bin/add_members:26
1116.
[----- start pickle file -----]
(no translation yet)
Located in bin/dumpdb:136
1117.
[----- end pickle file -----]
(no translation yet)
Located in bin/dumpdb:142
1127.
Regenerate Mailman specific aliases from scratch.

The actual output depends on the value of the `MTA' variable in your mm_cfg.py
file.

Usage: genaliases [options]
Options:

-q/--quiet
Some MTA output can include more verbose help text. Use this to tone
down the verbosity.

-h/--help
Print this message and exit.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in bin/genaliases:19
1182.
Reduce disk space usage for Pipermail archives.

Only use this script if you have correctly installed the patch file
fixarchiver-2.1.3-0.1.patch that this file came with. Using this if you have
not installed the rest of the patch (including restarting mailmanctl) will ruin
your whole day.

Usage: %(PROGRAM)s [options] file ...

Where options are:
-h / --help
Print this help message and exit.

Only use this to 'fix' archive -article database files that have been written
with Mailman 2.1.3 or earlier and have html_body attributes in them . These
attributes can cause huge amounts of memory bloat and impact performance for
high activity lists, particularly those having large text postings made to
them. Use like this from your $PREFIX directory:


%% ls -1 archives/private/*/database/*-article | xargs %(PROGRAM)s

(note the backquotes are required)

You will need to run `bin/check_perms -f' after running this script.

You will probably want to delete the -article.bak files created by this script
when you are satisifed the upad
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
1183.
Remove members from a list.

Usage:
remove_members [options] [listname] [addr1 ...]

Options:

--file=file
-f file
Remove member addresses found in the given file. If file is
`-', read stdin.

--all
-a
Remove all members of the mailing list.
(mutually exclusive with --fromall)

--fromall
Removes the given addresses from all the lists on this system
regardless of virtual domains if you have any. This option cannot be
used -a/--all. Also, you should not specify a listname when using
this option.

--nouserack
-n
Don't send the user acknowledgements. If not specified, the list
default value is used.

--noadminack
-N
Don't send the admin acknowledgements. If not specified, the list
default value is used.

--help
-h
Print this help message and exit.

listname is the name of the mailing list to use.

addr1 ... are additional addresses to remove.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in bin/remove_members:19
1249.
Ignoring bad pended data: %(key)s: %(val)s
(no translation yet)
Located in bin/update:598
1250.
WARNING: Ignoring duplicate pending ID: %(id)s.
(no translation yet)
Located in bin/update:614
110 of 11 results

This translation is managed by Ubuntu Catalan Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: David Planella, Iván R., Robert Garrigos.