root/swish_website/hypermail/hypermailrc

Revision 1905, 10.5 kB (checked in by moseley, 2 years ago)

Fix link to discussion list page

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #################################################################
2 # This is an automatically generated config file done by
3 # Hypermail 2.1.8 patchlevel 0 - Thu Jan 15 15:29:42 2004
4
5 # replace any @ sign with this string, if spam flags enabled
6 antispam_at = (at)not-real.
7
8 # This will create a link in the archived index pages
9 # labeled 'About this archive' to the specified URL. Set
10 # this to NONE to omit such a link.
11 about = http://swish-e.org/discuss.html
12
13 # This specifies the mail command to use when converting
14 # email addresses to links. The variables $TO, $SUBJECT, 
15 # and $ID can be used in constructing the command string.
16 ##mailcommand = mailto:$TO?Subject=$SUBJECT
17 mailcommand = http://swish-e.org
18
19
20 # Define this as the label to put in archives.
21 label = Swish-e Discussion List Archive
22
23 # Define to On to make text/html parts to get inlined with the mails.
24 # If set to Off, HTML-parts will be stored as separate files.
25 # A "Content-Disposition: attachment;" line in the mail will
26 # cause an HTML-part to be stored as a separate file even if this
27 # option is On.
28 inlinehtml = On
29
30
31 # Set this to 1 to show the articles in a proportionally-spaced
32 # font rather than a fixed-width (monospace) font.
33 # Set this to 2 for more complex conversion to html
34 # similar to that in <a href="http://www.cs.wustl.edu/~seth/txt2html/">txt2html.pl</a>.
35 # Showhtml = 2 will normally produce nicer looking results than
36 # showhtml = 1, and showhtml = 0 will look pretty dull, but
37 # 1 and 2 run risks of altering the appearance in undesired ways.
38 showhtml = 0
39
40 # Set this to 1 to put the individual message links at the top
41 # of the individual message pages. Set this to 0 to produce pages
42 # without the Next, Previous, Reply, In-Reply-To, etc. links. Set
43 # it to 3 to produce those links only at the top of the message
44 # pages, or 4 to produce those links only at the bottom of the
45 # message.
46 show_msg_links = 1
47
48 # Setting this variable to On will tell Hypermail to generate
49 # message index Subject/Author/Date listings using a nice table
50 # format. Set to Off if you want the original Hypermail index look.
51 indextable = On
52
53 # Set this to On to italicize quoted lines.
54 iquotes = On
55
56 # Set this to On to display article received dates with
57 # days before months instead of months before days.
58 eurodate = Off
59
60 # Set this to On to display article received dates in
61 # YYYY-MM-DD HH:MM:SS format. If used with the gmtime option, a
62 # Z will be inserted between the DD and HH.
63 isodate = Off
64
65 # Set this to On to display article received dates using
66 # Greenwich Mean Time (UTC) rather than local time.
67 gmtime = On
68
69 # Set this to On to use gdbm to implement a header cache.
70 # This will speed up hypermail, especially if your filesystem is slow.
71 # It will not provide any speedup with the linkquotes option.
72 usegdbm = On
73
74 # This is the list of MIME types that you want <img> tags to as
75 # opposed to simply <a href> to from the message.
76 inline_types = image/gif image/jpeg image/png
77
78 #??
79 # When mails using multipart/mixed types are scanned, this list of
80 # MIME types defines which part you want presented in the result.
81 # See the save_alts option for how non prefered types are treated.
82 prefered_types =
83
84 # This is the list of MIME attachment types that you do not want
85 # to do anything with. Two special types may be used here:
86 # $BINARY - ignore all types that would be stored as separate files.
87 # $NONPLAIN - ignore all types not treated as text/plain, and all $BINARY types.
88 # Note: the behavior of these may be affected by the inlinehtml option.
89 ignore_types = $BINARY
90
91 # This is the list of headers to be displayed if 'showheaders'
92 # is set to On). They can be listed comma or space separated
93 # all on a single line.
94 show_headers =
95
96 # Define path as the path to a template  file  containing
97 # valid  HTML  formatting  statements  that  you  wish to
98 # included at the top of every index page.
99 ihtmlheaderfile = index_head.html
100
101 # Define path as the path to a template  file  containing
102 # valid  HTML  formatting  statements  that  you  wish to
103 # included at the bottom of every index  page.
104 ihtmlfooterfile = footer.html
105
106 # Define path as the path to a template  file  containing
107 # valid  HTML  formatting  statements  that  you  wish to
108 # included inside the HTML HEAD element of every index page.
109 ihtmlheadfile =
110
111 # Define path as the path to a template  file  containing
112 # valid  HTML  formatting  statements  that  you  wish to
113 # included as information giving help to your archive users,# in the upper navigation bar.
114 ihtmlhelpupfile =
115
116 # Define path as the path to a template  file  containing
117 # valid  HTML  formatting  statements  that  you  wish to
118 # included as information giving help to your archive users,# in the lower navigation bar.
119 ihtmlhelplowfile =
120
121 # Define path as the path to a template  file  containing
122 # valid  HTML  formatting  statements  that  you  wish to
123 # included as information giving links to the hierarchin your archive.
124 ihtmlnavbar2upfile =
125
126 # Define path as the path to a template  file  containing
127 # valid  HTML  formatting statements that you wish to use
128 # at the top of every message page.
129 mhtmlheaderfile = message_head.html
130
131 # Define path as the path to a template  file  containing
132 # valid HTML formatting statements you wish to use at the
133 # bottom of every message page.
134 mhtmlfooterfile = message_footer.html
135
136 # Specify number of seconds to wait for a lock before we
137 # override it! .
138 locktime = 3600
139
140 # Format (see strftime(3)) for displaying dates.
141 # Mon May 01 2000 - 19:21:44 PST
142 #dateformat = +%a %b %d %Y - %H:%M:%S %Z
143
144 # A word to be stripped from all subject lines.  Helps unclutter
145 # mailing lists which add tags to subject lines.
146 stripsubject = [SWISH-E]
147
148 #??
149 # Format of the attachment links.
150 # %p for the full path to the attachment
151 # %f for the file name part only
152 # %d for the directory name only
153 # %n for the message number
154 # %c for the content type string
155 attachmentlink = %p
156
157 # Set this to On to make hypermail not output real email addresses
158 # in the output HTML but instead it will obfuscate them a little.
159 # You can control the obfuscation with set_antispamdomain.
160 spamprotect = On
161
162 # Set this to On to make hypermail not output real email message
163 # ids in HTML comments (sometimes used internally by hypermail) but
164 # instead it will obfuscate them a little so they don't look like
165 # email addresses to spammers.
166 spamprotect_id = On
167
168 #???
169 # Set this to  Off to make hypermail not output an index of
170 # messages with attachments.
171 attachmentsindex = On
172
173 #?? changed
174 # Set this to On to create additional index files broken up
175 # by month. A summary.html file will provide links to all the
176 # monthly indices.
177 monthly_index = On
178
179 # Set this to On to create additional index files broken up
180 # by year. A summary.html file will provide links to all the
181 # yearly indices.
182 yearly_index = Off
183
184 # If nonzero, break the threads index file into multiple files,
185 # with the initial message of each thread in the main index file
186 # along with links to files containing the replies. Setting this
187 # to 1 creates one file for each thread that has replies, and is
188 # recommended for archives with over a few hundred messages.
189 # Setting this greater than 1 will produce multiple levels of files
190 # for each thread whose replies are nested by more than 1 level,
191 # but that is rarely useful. This option is currently disabled
192 # if the indextable option is turned on, and probably needs to
193 # be less than thrdlevels.
194 thread_file_depth = 1
195
196
197 # This string causes the messages to be put in subdirectories
198 # by date. The string will be passed to strftime(3) to generate
199 # subdirectory names based on message dates. Suggested values are
200 # "%y%m" or "%b%y" for monthly subdirectories, "%Y" for
201 # yearly, "%G/%V" for weekly. Do not alter this for an existing
202 # archive without removing the old html files. If you use this
203 # and update the archive incrementally (e.g. with -u), you must
204 # use the usegdbm option.
205 folder_by_date = %Y-%m
206
207 # This is a list of index files to not generate for the top
208 # directory of an archive using the folder_by_date or
209 # msgsperfolder option. Valid types are date, thread, author,
210 # subject, folders, and attachment.
211 avoid_top_indices = date thread author subject attachement
212
213
214 # Setting this variable to On will reverse-sort the list of
215 # folders. That is, the most recent folders will appear at
216 # the top of the index rather than the other way around.
217 reverse_folders = On
218
219
220
221
222
223 # This specifies the default index that  users can view when
224 # entering the archive. Valid types are date, thread, author,
225 # subject, and attachment. When using the folder_by_date or
226 # msgsperfolder options, this option applies to subdirectories.
227 defaultindex = author ** This seems to have no effect **
228
229
230 # This specifies the default index that  users can view when
231 # entering the top level of an archive that uses the folder_by_date
232 # or msgsperfolder option. Valid types are date, thread, author,
233 # subject, attachment, and folders.
234 ## This sets what index.html is - default is folders
235 ## if anything else besides "folders" then there's not
236 ## access to folders.html, even though it's created.
237 default_top_index = folders
238
239 # 0 - remove deleted and expired files. Note that with this choice
240 #     threading may be screwed up if there are replies to deleted or
241 #     expired options and the archive is updated incrementally
242 # 1 - remove message body
243 # 2 - remove message body for deleted messages, leave expired messages
244 # 3 - leave all messages
245 # Deleted and expired messages are removed from the index files
246 # regardless of the delete_level selection.
247 delete_level = 1
248
249 # If you want the original mail messages archived in individual files,
250 # set this to the extension that you want these messages to have
251 # (recommended value: txt).
252 txtsuffix =
253
254 # Delete from the html archives any message having a header line
255 # which matches any of these expressions. Uses the same rules for
256 # deletion as the expires option. The expressions use the same
257 # syntax as Perl regular expressions.
258 filter_out =
259
260 # Delete from the html archives any message not having header lines
261 # which match each of these expressions. Uses the same rules for
262 # deletion as the expires option. The expressions use the same
263 # syntax as Perl regular expressions.
264 filter_require =
265
266 # Delete from the html archives any message having a line
267 # which matches any of these expressions. Uses the same rules for
268 # deletion as the expires option. The expressions use the same
269 # syntax as Perl regular expressions.
270 filter_out_full_body =
271
272 # Delete from the html archives any message not having lines
273 # which match each of these expressions. Uses the same rules for
274 # deletion as the expires option. The expressions use the same
275 # syntax as Perl regular expressions.
276 filter_require_full_body =
277
Note: See TracBrowser for help on using the browser.