summaryrefslogtreecommitdiff
path: root/mail/assp/files/patch-assp.pl
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-12-14 00:44:54 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-12-14 00:44:54 +0000
commit134d13eb7156871623aff0a54dae9faa6fa5860a (patch)
tree35043c4d661bca53734f334c98fcdb00756040d7 /mail/assp/files/patch-assp.pl
parentAdd port textproc/docdiff: (diff)
- Update to 1.3.3.8
PR: ports/117940 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=203517
Diffstat (limited to 'mail/assp/files/patch-assp.pl')
-rw-r--r--mail/assp/files/patch-assp.pl26
1 files changed, 13 insertions, 13 deletions
diff --git a/mail/assp/files/patch-assp.pl b/mail/assp/files/patch-assp.pl
index 3d6a588e5d9c..26abee89dc47 100644
--- a/mail/assp/files/patch-assp.pl
+++ b/mail/assp/files/patch-assp.pl
@@ -1,15 +1,15 @@
---- assp.pl.orig Fri Aug 3 14:10:49 2007
-+++ assp.pl Fri Aug 3 14:12:21 2007
+--- assp.pl.orig Thu Nov 1 16:37:53 2007
++++ assp.pl Thu Nov 1 16:40:38 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
use File::Copy;
use Encode;
-@@ -803,8 +803,8 @@
- [ScanWL,'Scan Whitelisted Senders',0,checkbox,'1','(.*)',undef,''],
- [ScanNP,'Scan No Processing Senders',0,checkbox,'','(.*)',undef,''],
- [ScanLocal,'Scan Local Senders',0,checkbox,'','(.*)',undef,''],
+@@ -844,8 +844,8 @@
+ [ScanWL,'Scan Whitelisted Senders',0,checkbox,0,'([01]?)',undef,''],
+ [ScanNP,'Scan No Processing Senders',0,checkbox,0,'([01]?)',undef,''],
+ [ScanLocal,'Scan Local Senders',0,checkbox,0,'([01]?)',undef,''],
-[AvClamdPort,'Port or file socket for ClamAV',20,textinput,'/tmp/clamd','(\S+)',undef,
- 'A socket specified in the clamav.conf file - LocalSocket. For example /tmp/clamd. If the socket has been setup as a TCP/IP socket (see the TCPSocket option in the clamav.conf file), then specify the TCP socket. For example 3310 '],
+[AvClamdPort,'Port or file socket for ClamAV',20,textinput,'/var/run/clamav/clamd','(\S+)',undef,
@@ -17,21 +17,21 @@
[AvError,'Reply Message to Refuse Infected E<!--get rid of google autofill-->mail',80,textinput,'554 5.7.1 Mail appears infected with \'$infection\'.','(5\d\d .*)',undef,
'Reply message to refuse infected mail. The string $infection is replaced with the name of the detected virus.<br />
For example: 554 5.7.1 Mail appears infected with \'$infection\' -- disinfect and resend.'],
-@@ -959,7 +959,7 @@
+@@ -1003,7 +1003,7 @@
'<span class="negative"> 0 = no report, 1 = to SENDER, 2 = to TO address (below), 3 = BOTH</span>'],
[EmailRedlistTo,'To Address for Redlist-Reports',40,textinput,'','(.+)',undef,
'Email sent from ASSP acknowledging your submissions will be sent to this address. For example: admin@domain.com'],
-[EmailFrom,'From Address for Reports',40,textinput,'<spammaster@yourdomain.com>','(.+)',undef,
+[EmailFrom,'From Address for Reports',40,textinput,'<postmaster@yourdomain.com>','(.+)',undef,
'Email sent from ASSP acknowledging your submissions will be sent from this address.'],
- [NoHaiku,'Legacy: Don\'t reply to messages to the Email Interface',0,checkbox,0,'([01]?)',undef,
- 'Check this option to suppress email reports for spam and not-spam reports, whitelist and redlist additions/deletions via the email interface.<br /><hr />
-@@ -1168,7 +1168,7 @@
+
+
+@@ -1214,7 +1214,7 @@
[0,0,0,'heading','Server Setup'],
[AsAService,'Run ASSP as a Windows Service**',0,checkbox,0,'([01]?)',undef,
- 'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the <a href="http://www.asspsmtp.org/wiki/Quick_Start_for_Win32">Quick Start for Win32</a> wiki page.','Basic'],
+ 'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the <a href="http://www.asspsmtp.org/wiki/Quick_Start_for_Win32">Quick Start for Win32</a> wiki page.'],
-[AsADaemon,'Run ASSP as a Daemon**',0,checkbox,0,'([01]?)',undef,
+[AsADaemon,'Run ASSP as a Daemon**',0,checkbox,1,'([01]?)',undef,
- 'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &amp;", but better.','Basic'],
+ 'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &amp;", but better.'],
[runAsUser,'Run as UID**',20,textinput,'','(\S*)',undef,
- 'The *nix user name to assume after startup (*nix only).<p><small><i>Examples:</i> assp, nobody</small>','Basic'],
+ 'The *nix user name to assume after startup (*nix only).<p><small><i>Examples:</i> assp, nobody</small></p>'],