Andrei Bucur wrote:

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
*/


Ehm. SOURCE e-mail addresses.
Are you sure this is what you need?

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






--
Please avoid sending me Microsoft Office attachments.
See http://www.newsforge.com/software/04/03/27/0134204.shtml


------------------------------------------------------- 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