Vipul's Razor is a distributed, collaborative, spam detection and
filtering network. Razor establishes a distributed and constantly
updating catalogue of spam in propagation. This catalogue is used
by clients to filter out known spam.
* Honor ${PKG_SYSCONFDIR} for the location of the config files
(Muttrc, mime.types).
* Rearrange lines slightly to minimize differences between mutt/Makefile
and mutt-devel/Makefile to simplify updating mutt when the next release
(1.4?) is released.
This is a simple autoresponder for qmail.
Mail is sent to help@my-company.com. An automatically generated response
is sent back to the user with an address of "help@my-company.com". You
can set the envelope sender to an empty string. However, some programs
will parse the message for the "From:" field and send an autoresponse
back to it. It is received at your autoresponder, and you now have a mail
loop.
This autoresponder also catches some other simple situations such as mail
from a mailer-daemon, empty envelope sender, bulk precedence headers, etc.
Bruce Guenter has written a patch which causes any program that would
run qmail-queue to look for an environment variable QMAILQUEUE.
If it is present, it is used in place of the string "bin/qmail-queue"
when running qmail-queue. This could be used, for example, to add a program
into the qmail-smtpd->qmail-queue pipeline that could do filtering,
rewrite broken headers, etc.
This does not break anything, and is required by some programs, for instance
qmail-scanner.
Bump PKGREVISION - we are at qmail-1.03nb2 now.
${ECHO} You may want to remove qmail-users package now, as it is no longer needed.
->
${ECHO} You may remove qmail-users package now, as it is no longer needed.
Changes:
Version 1.2.4 -- 25 January 2002
--------------------------------
- Fixes a nasty remote arbitrary command execution vulnerability
in the spellchecker plugin.
Version 1.2.3 -- 21 January 2002
--------------------------------
- Fixed focus system on pages that contain forms.
- Fixed IMAP code to send different command identifiers as per
section 2.2.1 of RFC 2060.
- Fixed 'sticky priority' so that replies are set to the same
priority as the original message.
- Fixed Printer Friendly to print HTML messages.
- Fixed multiple receivers in Sent mailbox (#500910).
- Disabled prefs caching under PHP 4.1
- Added "Search Memory". Enabling to store up to
9 predefined searchs.
- Increased security in html message.
- Added the possibility to specify system-defined css in order to
allow users to change the font family and size of SM. Making possible to
make it bigger or smaller depending on their screen size. Sysops may add
or remove these system-defined css located in themes/css/
- Fixed a bug appearing on some apache virtual hosts
- Fixed javascript error (#505255)
- Fixed the db_prefs so they work again (#499609, thanks to Simon Dick)
process executed is one of authdaemond.{plain,ldpa,mysql,pgsql}, so read
the authdaemonrc config file to find which one was executed. Problem noted
by Amitai Schlair in private e-mail.
it can be parsed by SqWebMail. SqWebMail expects output to be of the
form
class1=name1
class2=name2
...
but the output from ldapsearch seems to be
class1: name1
class2: name2
We massage it into the former using sed. This makes LDAP searches against
ldap.bigfoot.com work properly when using the "Global Addressbook" feature
of SqWebMail.
dependency, since the cache-cleaning script is a perl script (noted by
Amitai Schlair in private email). Also change the permissions on the
ldap config files so that LDAP searches have a better chance of
succeeding.
XXX - The global LDAP searches still don't work, but I haven't yet figured
XXX - out why. The queries return records when executed on the command
XXX - line, but the records aren't being displayed by sqwebmail.
* Fix the script for changing passwords with a Courier authentication
module (used by sqwebmail) to recognize some more warnings/errors
by the NetBSD passwd program.
* Note that tcl-expect is needed to make the password-changing script
work.
* Add this package to the "security" category.
* Fix the script for changing passwords with a Courier authentication
module (used by sqwebmail) to recognize some more warnings/errors
by the NetBSD passwd program.
* Note that tcl-expect is needed to make the password-changing script
work.
* Add this package to the "security" category.
SqWebMail is a web CGI client for sending and receiving E-mail using
Maildir mailboxes. It is very lightweight -- it reads mail directly
from Maildirs.
* Find config files in /etc/courier (or PKG_SYSCONFDIR equivalent).
We consolidate all Courier MTA software config files under a
common /etc/courier directory.
* Loosen up the parsing of the content-type header. Strict parsing
allowed viruses to slip through using malformed content-type
headers which still got picked up by Microsoft's crapware which
does not strictly parse the MIME headers.
* Drop install setuid.
* Add UMASK variable, that sets the permissions on new mailboxes
or messages. Hence, drop MAILBOX_MODE from configure script.
bug fixes, plus the major change of moving the authentication modules into
a separate package (courier-auth). The authentication modules are to be
shared with a forthcoming sqwebmail package.
that it's no longer a wrapper script. The installed maildirmake is the
executable that is built from the latest courier sources. The version
number of this package will now track the version number of the released
courier sources.