74 lines
2.3 KiB
Perl
74 lines
2.3 KiB
Perl
# ==================================================================
|
|
# Gossamer List - enhanced mailing list management system
|
|
#
|
|
# Website: http://gossamer-threads.com/
|
|
# Support: http://gossamer-threads.com/scripts/support/
|
|
# Updated: Sat Feb 12 12:02:26 2022
|
|
#
|
|
# Copyright (c) 2004 Gossamer Threads Inc. All Rights Reserved.
|
|
# Redistribution in part or in whole strictly prohibited. Please
|
|
# see LICENSE file for full details.
|
|
# ==================================================================
|
|
|
|
{
|
|
'admin' => {
|
|
'admin' => [
|
|
'$GT$YJ4E9RP4$khwtQz/NC7ErNdHmPNOAE0',
|
|
'slowman@slowtwitch.com'
|
|
],
|
|
'rappstar' => [
|
|
'$GT$HQRmVMKU$qsarcJtu/9LHJtzyZBTJt.',
|
|
'rappstar@slowtwitch.com'
|
|
]
|
|
},
|
|
'admin_email' => '',
|
|
'allowed_space' => '100000',
|
|
'cgi_url' => 'https://secure.slowtwitch.com/cgi-bin',
|
|
'command_time_out' => '10',
|
|
'debug_level' => '0',
|
|
'highlight_color' => '1',
|
|
'html_code' => '<!-- CODE BEGINS-->
|
|
<form method="post" action="<%url%>">
|
|
Join <%name%>!<br>
|
|
Email Address: <input name=email width=40><br>
|
|
Name: <input name=name width=40><br>
|
|
<select name="do">
|
|
<option value="user_subscribe">Subscribe</option>
|
|
<option value="user_unsubscribe">Unsubscribe</option>
|
|
</select>
|
|
<input Type=submit value="Go">
|
|
<input type=hidden name="lid" value="<%id%>">
|
|
</form>
|
|
<!-- CODE ENDS -->
|
|
',
|
|
'iframe_tracking' => '1',
|
|
'image_path' => '/home/slowtwitch/secure.slowtwitch.com/secure-www/glist',
|
|
'image_url' => 'https://secure.slowtwitch.com/glist',
|
|
'mail_path' => '/usr/sbin/sendmail',
|
|
'max_attachments_size' => '1024',
|
|
'max_bounced_emails' => '10000',
|
|
'path_fileman' => '/home/slowtwitch/site/glist',
|
|
'path_to_perl' => '/usr/bin/perl',
|
|
'priv_path' => '/home/slowtwitch/site/glist',
|
|
'reg_number' => '',
|
|
'scheduled_mailing_minute' => '5',
|
|
'session_exp' => '3',
|
|
'setup' => '1',
|
|
'signup_admin_validate' => '0',
|
|
'signup_email_validate' => '1',
|
|
'signup_enable' => '0',
|
|
'signup_limit_email30' => '100',
|
|
'signup_limit_list' => '10',
|
|
'signup_limit_sublist' => '10',
|
|
'signup_restricted_email' => [],
|
|
'signup_username_regex' => '^[\w\-\.]{3,}$',
|
|
'smtp_server' => '',
|
|
'static_url' => 'https://secure.slowtwitch.com/glist',
|
|
'template_backups' => '1',
|
|
'template_set' => 'gossamer',
|
|
'user_session' => '0',
|
|
'version' => '1.1.1'
|
|
};
|
|
|
|
# vim:syn=perl:ts=4:noet
|