----- Original Message ----- 
From: "Jakub Jankowski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 13, 2004 2:27 AM
Subject: Re: [Clamav-users] How to bypass milter scanning for selected
users?


> On 2004-04-12, Hokan wrote:
>
> >I am running clamav-milter with sendmail.
> >
> >My present configuration has sendmail rejecting emails
> >that contain a detected virus.
> >
> >How can I configure my system so mail to abuse@ or
> >postmaster@ are not rejected?
>
> clamav-milter.c, around line 750
>
> /*
>  * Whitelist of source e-mail addresses that we do NOT scan
>  * TODO: read in from a file
>  */
> static  const   char    *ignoredEmailAddresses[] = {
>         /*"[EMAIL PROTECTED]",
>         "[EMAIL PROTECTED]",*/
>         NULL
> };
>
i modify in clamav-milter.c

static  const   char    *ignoredEmailAddresses[] = {
        /*"[EMAIL PROTECTED]",*/
        "[EMAIL PROTECTED]"
        /*NULL*/
};

make
make install
etc...

but this mailbox is still scaned !
why ?

thank u



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to