ANNOUNCE: Unstable 4.30.1

Ken Anderson (Pacific Internet) ka at PACIFIC.NET
Wed Apr 14 20:06:26 IST 2004


The patch works good.

Apr 14 12:03:53 mailfilter sendmail[20963]: i3EJ3o8O020963: split:
maxrcpts=1, rcpts=3, count=2, ids=i3EJ3o8P020963; i3EJ3o8Q020963

Apr 14 12:03:56 mailfilter MailScanner[9654]: Spam Actions: message
i3EJ3o8Q020963 actions are attachment,deliver
Apr 14 12:03:56 mailfilter MailScanner[9654]: Spam Actions: message
i3EJ3o8P020963 actions are attachment,deliver
Apr 14 12:03:56 mailfilter MailScanner[9654]: Spam Actions: message
i3EJ3o8O020963 actions are attachment,deliver

Now if I could just get SA to cache it's scores of these messages, so it
wasn't looking at identical copies X times, I'd really save some cpu!
But that's another can of worms for another day.

Thanks!
Ken A



Julian Field wrote:

> At 17:47 14/04/2004, you wrote:
>
>> The splitted messages thing was about using instead of exlusive lock
>> on df
>> files because they were hard links of the same file in case of split,
>
>
> Please try this patch to SMDiskStore.pm
>
> -----SNIP-----
> --- SMDiskStore.pm.old  2004-04-14 18:31:57.000000000 +0100
> +++ SMDiskStore.pm      2004-04-14 18:32:00.000000000 +0100
> @@ -123,8 +123,9 @@
>    #print STDERR "Got hlock\n";
>
>    # If locking the dfile fails, then must close and unlock the qffile too
> -  unless (MailScanner::Lock::openlock($this->{indhandle},
> -                      '+<' . $this->{dpath}, 'w', 'quiet')) {
> +  #JKF unless (MailScanner::Lock::openlock($this->{indhandle},
> +  #JKF                     '+<' . $this->{dpath}, 'w', 'quiet')) {
> +  unless (open($this->{dhandle}, '+<' . $this->{dpath})) {
>      MailScanner::Lock::unlockclose($this->{inhhandle});
>      return undef;
>    }
> @@ -138,7 +139,8 @@
>  sub Unlock {
>    my $this = shift;
>
> -  MailScanner::Lock::unlockclose($this->{indhandle});
> +  #JKF MailScanner::Lock::unlockclose($this->{indhandle});
> +  close($this->{indhandle});
>    MailScanner::Lock::unlockclose($this->{inhhandle});
>  }
>
> -----SNIP-----
>
>>  while
>> the IFrame logging one was maybe a bug which causes IFrame are not logged
>> when Allow IFrame Tags and Log IFrame Tags are both set to yes.
>
>
> I will try to remember to look at that one.
>
>
>> ----- Original Message -----
>> From: "Julian Field" <mailscanner at ECS.SOTON.AC.UK>
>> To: <MAILSCANNER at JISCMAIL.AC.UK>
>> Sent: Wednesday, April 14, 2004 5:03 PM
>> Subject: Re: ANNOUNCE: Unstable 4.30.1
>>
>>
>> > Remind me what that was about...
>> >
>> > At 14:56 14/04/2004, you wrote:
>> > >Hi Julian,
>> > >
>> > >what about the splitted messages and the IFrame logging thing? Did you
>> had
>> > >time to look at that?
>> > >
>> > >Regards,
>> > >
>> > >+----------------------------------------------------------+
>> > >| Dr. Francesco Rotondo         E-mail: f.rotondo at teseo.it |
>> > >+----------------------------------------------------------+
>> > >| Teseo Internet Provider, Srl                             |
>> > >| C.so A. De Gasperi, 344       Web: http://www.teseo.it   |
>> > >| 70125 - Bari                  Tel: +39(080)5036970       |
>> > >| Italy                         Fax: +39(080)5008672       |
>> > >+----------------------------------------------------------+
>> >
>> > --
>> > Julian Field
>> > www.MailScanner.info
>> > MailScanner thanks transtec Computers for their support
>> >
>> > PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
>> >
>> >
>
>
> --
> Julian Field
> www.MailScanner.info
> Professional Support Services at www.MailScanner.biz
> MailScanner thanks transtec Computers for their support
> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
>
>



More information about the MailScanner mailing list