Regarding sub-spamassassin.pl
should'nt line 37 have some escaped quotes? (im not entirely sure how SOUT works)
open(SOUT,"|$spamc_binary $spamc_options > $scandir/$wmaildir/new/$file_id.spamc")||&error_condition("cannot open for write $scandir/$wmaildir/new/$file_id.spamc - $!");
open(SOUT,"|$spamc_binary $spamc_options > $scandir/$wmaildir/new/$file_id.spamc")||&error_condition("cannot open for write $scandir/$wmaildir/new/$file_id.spamc - $!");
should look more like:
open(SOUT,"|\"$spamc_binary $spamc_options\" > $scandir/$wmaildir/new/$file_id.spamc")||&error_condition("cannot open for write $scandir/$wmaildir/new/$file_id.spamc - $!");
This is regarding the problem i earlier reported in the thread "Bug in sub-spamassassin.pl"
or maybe im the only one seeing these lines in my /var/log/maillog:
Feb 8 02:36:03 DONut spamc[21143]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#1 of 3): Connection refused
Feb 8 02:36:04 DONut spamc[21143]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#2 of 3): Connection refused
Feb 8 02:36:05 DONut spamc[21143]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#3 of 3): Connection refused
Feb 8 02:36:06 DONut spamc[21143]: connection attempt to spamd aborted after 3 retries
Feb 8 02:36:04 DONut spamc[21143]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#2 of 3): Connection refused
Feb 8 02:36:05 DONut spamc[21143]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#3 of 3): Connection refused
Feb 8 02:36:06 DONut spamc[21143]: connection attempt to spamd aborted after 3 retries
On 2/8/06, Jason Haar <[EMAIL PROTECTED]> wrote:
This is to announce the pre-release of Qmail-Scanner 2.00. This is a
major upgrade over 1.25 - the version jump represents this (there were
no 1.26+ publicly released).
I want this pre-release to go out first so that the "more enthusiastic"
can give it a "once over" and see if there are any glaring mistakes in
functionality, or in documentation. I am especially interested in people
going over the other languages and ensuring any changes made haven't
lead to silly sounding statements :-) This has been used in our
production environments for some months now - but please ensure you
totally understand the new configuration options, etc before testing on
real traffic.
As mentioned above, the one outstanding thing I need help with is to
sort out the localizations. Once the languages changes are merged in, I
expect to officially release 2.00, so please send the required changes
in ASAP.
Major changes can be summarized as:
* Big name changes. Default dir is now /var/spool/qscand, and the Policy
control file is now called quarantine-events.txt.
You will all need to manually re-create any local blocks you had in
the old quarantine-attachments.txt
* support for quarantining high-scoring SPAM. These have been totally
stolen from the more comprehensive work done by
Salvatore Toribio
* normalization of attachment and headers via MIME::Base64 support. This
is so that you can achieve consistent policy
blocks irrespective how how the malware author creates them
* Quarantine broken up into sub-folders: viruses, policy and spam (for
high-scoring spam)
* Can now set a maximum message size above which Qmail-Scanner will not
run AV and anti-Spam scanners (--max-scan-size). Defaults to 100Mbytes
This release is not part of the normal Qmail-Scanner/Sourceforge system
- I don't want new users using this until it is "official". You can get
it from http://qmail-scanner.sf.net/qmail-scanner-2.00-rc1.tgz
Full list of changes are available at
http://qmail-scanner.sf.net/CHANGES-2.00-rc1
--
Cheers
Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qmail-scanner-announce mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-announce
--
This message is the result of my own free will, and not the voices in my head