On Wednesday, March 16, 2005 1:32 PM [GMT+1=CET],
Alexander Hagenah <[EMAIL PROTECTED]> wrote:

> Hi,
>
>> I have to send mail to 40.000 users. I gues the best way to
>> do this is
>> by setting up a mail list. I could use XMail's list user but then all
>> 40.000 messages will be checked for viruses and spam which
>> would not be very nice. Is there a better way to do this?
>
> Do it - but add a simple whitelisting for the ML.

Yes, you have to whitelist the address somehow. Maybe add a special filter 
only for the mailing list address that makes XMail stop further filter 
processing - it's pointed in the manual how to do this:

http://www.xmailserver.org/Readme.html#message_filters

<<
Additional flags are allowed to be returned to XMail as a result of filter 
processing by adding the flags value to the exits code above listed. The 
currently defined flags are :

  '16'

  Stop selected filter list processing.
>>

So if you add a simple filter (before the other filters!) like:

"return"<tab>"16"<newline>

for you mailing list, that should avoid further filtering. Should work on 
unix/linux, but I did not test this.

Good luck! 

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to