AVG Support
Rob Freeman
sysadmin at FLEETONE.COM
Fri Apr 2 17:22:43 IST 2004
I am getting closer:
Hunk #1 FAILED at 352.
Hunk #3 succeeded at 2434 with fuzz 2 (offset -1 lines).
1 out of 3 hunks FAILED -- saving rejects to file
/usr/lib/MailScanner/MailScanner/SweepViruses.pm.rej
I used my original SweepViruses.pm to get to this point. I am running
MailScanner 4.29.7 on fedora
The reject message is:
***************
*** 352,359 ****
ProcessOutput => \&NeverHappens,
SupportScanning => $S_NONE,
SupportDisinfect => $S_NONE,
},
);
# Initialise the Sophos SAVI library if we are using it.
sub initialise {
--- 352,370 ----
ProcessOutput => \&NeverHappens,
SupportScanning => $S_NONE,
SupportDisinfect => $S_NONE,
},
+ "avg" => {
+ Name => 'Avg',
+ Lock => 'AvgBusy.lock',
+ CommonOptions => '-arc -ext=*',
+ DisinfectOptions => '',
+ ScanOptions => '',
+ InitParser => \&InitAvgParser,
+ ProcessOutput => \&ProcessAvgOutput,
+ SupportScanning => $S_SUPPORTED,
+ SupportDisinfect => $S_SUPPORTED,
+ },
);
# Initialise the Sophos SAVI library if we are using it.
sub initialise {
The patch command I ran was:
patch /usr/lib/MailScanner/MailScanner/SweepViruses.pm
./SweepVirusesAvg.diff
----- Original Message -----
From: "Rick Cooper" <rcooper at DWFORD.COM>
To: <MAILSCANNER at JISCMAIL.AC.UK>
Sent: Friday, April 02, 2004 10:10 AM
Subject: Re: AVG Support
> Show me the patch command line you used, what version of MS and please
> include the results of the rej file.... Oh yeah, and did you apply the
patch
> to the previously unmolested version of SweepViruses.pm and make sure you
> are applying the correct patch to the proper source, there are two.
>
> > -----Original Message-----
> > From: MailScanner mailing list [mailto:MAILSCANNER at JISCMAIL.AC.UK]On
> > Behalf Of Rob Freeman
> > Sent: Friday, April 02, 2004 10:58 AM
> > To: MAILSCANNER at JISCMAIL.AC.UK
> > Subject: Re: AVG Support
> >
> >
> > Hmm, today is not just going to be my day.
> >
> > patching file SweepViruses.pm
> > Hunk #1 FAILED at 352.
> > Hunk #2 FAILED at 1131.
> > Hunk #3 FAILED at 2435.
> > 3 out of 3 hunks FAILED -- saving rejects to file SweepViruses.pm.rej
> >
> > Rob
> >
> > ----- Original Message -----
> > From: "Spicer, Kevin" <Kevin.Spicer at BMRB.CO.UK>
> > To: <MAILSCANNER at JISCMAIL.AC.UK>
> > Sent: Friday, April 02, 2004 9:51 AM
> > Subject: Re: AVG Support
> >
> >
> > Rob Freeman wrote:
> > > I guess I am not so lucky, I am having troubles getting the
> > > SweepViruses.pm to work.
> > > I added the revisions to the bottom of the file, but then it hates me.
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> > But they were patches, you need to apply them using the patch command,
no
> > just append them to the file.
> >
> > e.g.
> > cd /usr/lib/MailScanner/MailScanner
> > patch < patchfile.diff
> >
> >
> >
> >
> > BMRB International
> > http://www.bmrb.co.uk
> > +44 (0)20 8566 5000
> > _________________________________________________________________
> > This message (and any attachment) is intended only for the
> > recipient and may contain confidential and/or privileged
> > material. If you have received this in error, please contact the
> > sender and delete this message immediately. Disclosure, copying
> > or other action taken in respect of this email or in
> > reliance on it is prohibited. BMRB International Limited
> > accepts no liability in relation to any personal emails, or
> > content of any email which does not directly relate to our
> > business.
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
> >
> >
More information about the MailScanner
mailing list