On 2004-04-13, Andrei Bucur wrote:

>> >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
[...]
>i modify in clamav-milter.c
>
>static  const   char    *ignoredEmailAddresses[] = {
>        /*"[EMAIL PROTECTED]",*/
>        "[EMAIL PROTECTED]"
>        /*NULL*/
>};

This should be NULL-terminated "list", ie:

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


s.

-- 
(0>  Jakub Jankowski  [url]: s.atn.pl  "Nawet w Krainie Czarow
//\   [EMAIL PROTECTED]   [rlu]: 174516     latwiej jest spotkac
V_/_  [EMAIL PROTECTED]   [ekg]: 921514     Babe Jage niz Alicje"
Fingerprint: FCBF F03D 9ADB B768 8B92 BB52 0341 9037 A875 942D


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