At 12:50 +0100 24-08-2010, Kevin Wilkinson wrote:
Hello all,

I have been using qmail scanner successfully for several years now to scan for spam and antivirus using spamassassin and clamav and archiving all the mail going both in and out our organisation. However on a recent update my archiving stopped working correctly, all I am getting in the archive is the envelope details and the spam report and no mail, How do I fix this?

Oops...

I will check, maybe I worked over the wrong qmail-scanner-queue.template file.

I'll let you know.

REgards

Salvatore

I have looked through the 'qmail-scanner-queue.pl' file and can't see anything that would do this, I have also spent hours on google with no results

My ./configure is as follows

./configure --qs-user qmaild \
--qs-group qscand       \
--admin qmailscanner \
--domain "stchristophers.org.uk" \
--admin-description "System Anti-Virus Administrator" \
--notify psender,nmlvadm \
--local-domains "1.org.uk, 2.org.uk" \
--silent-viruses auto \
--virus-to-delete 1 \
--skip-text-msgs 1 \
--lang en_GB \
--debug 0 \
--minidebug 1 \
--add-dscr-hdrs all \
--dscr-hdrs-text "X-Qmail-Scanner" \
--normalize yes \
--archive "\...@1.org.uk|2.org.uk" \
--settings-per-domain 0 \
--max-scan-size 100000000 \
--unzip 0 \
--max-zip-size 1000000000 \
--max-unpacked-files 10000 \
--redundant 1 \
--log-details yes \
--log-crypto 0 \
--fix-mime 2 \
--ignore-eol-check 0 \
--sa-timeout 120 \
--sa-subject "SPAM:" \
--sa-delta 0.5 \
--sa-alt 1 \
--sa-debug 1 \
--sa-report 0 \
--sa-quarantine 2.1 \
--sa-delete 4.2 \
--sa-reject 0 \
--scanners "auto" \
--spooldir "/var/spool/qmailscan"  \


I have also made a mod which archives the mail into a new folder everyday based on the date as below

my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time);
my $datedir = sprintf  "%4d.%02d.%02d",$year+1900,$mon+1,$mday;

my $archiveit=<mailto:'@stchristophers.org.uk>'@1.org.uk|@2.org.uk';
#my $archiveit='1';
my $archivedir='archive'.'/'.$datedir;

any help would be really appreciated

Kevin

__________________________________________________
Sostienici destinando il tuo 5x1000 al Patronato di San Girolamo della Carita', 
indicando nella dichiarazione dei redditi il codice fiscale 97023980580.

In 25 anni il vostro contributo e' stato fondamentale, avete permesso che si 
formassero presso la nostra Universita', sacerdoti e seminaristi proventi da 
105 paesi nel mondo. Abbiamo bisogno del tuo sostegno, aiutaci ad aiutarli.
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to