[xmail] SpamAssassin filter from eye-catcher not working

2003-09-14 Thread Michal Altair Valasek

Hello,

I have problems with SpamAssassin filter by eye-catcher. All messages are
refused (regardless of content) and the following line appears in spam
logfile:

2003-09-14 14:04:31   Illegal characters in path. 
STATUS=UNKNOWN

My guess: Maybe your filter is confused by \\?\ being at begin of path in
newer versions of XMail.

My thought: When program is in doubt and has some problems, it should NOT
reject the message, but let her go thru.

-- Michal Altair Valasek
   Altair Communications - web hosting, web design, application development
___
http://[EMAIL PROTECTED] | [EMAIL PROTECTED] | PGP 0xC4F3579D | Tel.: +420 603 828 493

When it's inevitable, relax and enjoy it.

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



[xmail] Re: ANNOUNCE: XMail-WAI version 3.7

2003-09-14 Thread Orion Productions
Hi,

First of all, thank you for this new version!
I downloaded the sourcecode package, but can't open or compile the solution because 
the MimeParser projects seem to be missing!
Can you please update the ZIP to include the MimeParser and MimeParserTest projects, 
or tell me the location where these can be downloaded?

Thanks!

Frédéric
  - Original Message - 
  From: Michal Altair Valasek 
  To: [EMAIL PROTECTED] 
  Sent: Sunday, September 14, 2003 2:35 PM
  Subject: [xmail] ANNOUNCE: XMail-WAI version 3.7



  Hello,

  Here we are: based on input of beta testers, helping me to deal with
  incorrectly formatted MIME messages generated by stupind MUAs, the
  long-awaited version 3.7 of the XMail Web Administration Interface is =
  here!

  Furthermore, it contains autoresponder bound to web interface, address =
  book
  for webmail and better work with attachments.

  XMail-WAI is free, open source software licensed under terms of GNU =
  General
  Public License. May be downloaded here:

  http://software.altaircom.net/HomePage.aspx?template=3Dprdinfoxsl.produc=
  tid=3Dx
  mail-wai

  Full changelog:
  - MIME parser tries to read even incorrectly formatted MIME messages.=20
  - Fixed error when dealing with wildcarded domains.=20
  - Added ability to batch import members of list.=20
  - Added ability to directly specify mailbox size when creating users.=20
  - Added ability to create forward-only accounts (specifically configured
  mailing lists).=20
  - Added signatures and autoresponder.=20
  - Added address book to webmail.=20
  - Added ability to forward message including attachments.=20
  - Added ability to send system- or domain-wide mail (for system or =
  domain
  administrators).=20
  - Mail is sent directly trough XMail Local Mailer, CDONTS and SMTP is no
  longer necessary

  -- Michal Altair Valasek
 Altair Communications - web hosting, web design, application =
  development
  _=
  __
  http://[EMAIL PROTECTED] | [EMAIL PROTECTED] | PGP 0xC4F3579D | Tel.: +420 603 828 =
  493

  When it's inevitable, relax and enjoy it.

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

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



[xmail] Re: ANNOUNCE: XMail-WAI version 3.7

2003-09-14 Thread Michal Altair Valasek

Hello,

|I downloaded the sourcecode package, but can't open or compile 
|the solution because the MimeParser projects seem to be missing!
|Can you please update the ZIP to include the MimeParser and 
|MimeParserTest projects, or tell me the location where these 
|can be downloaded?

These files were accidentaly missing in the package. Please download it
again, now it's fixed.

Thank you for notifying me!

-- Altair

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



[xmail] 1.17 final ...

2003-09-14 Thread Davide Libenzi


XMail version 1.17 is ready :

http://www.xmailserver.org

The ChangeLog is here :

http://www.xmailserver.org/ChangeLog.html




- Davide

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



[xmail] Re: Daylight time.

2003-09-14 Thread Davide Libenzi

On Mon, 15 Sep 2003, Rob Arends wrote:


 That's way beyond my capabilities.
 When do you suppose it became broken.
 Are you using a new version of the lib?
 Because the problem first appeared on the 18/5/02, which is when I upgraded
 from 1.12 to 1.15

XMail uses the M$ C runtime library. The simple program you executed
simply shows that the C runtime library returns the daylight saving to be
currently active in your area. This seems to be somehow a your-system
problem since I didn't receive any other complain. And I'm not going to
drop inside the source code an :

#if defined(ROB_ARENDS_SYSTEM)

#endif

The old version of XMail was breaking any system in the world with
daylight saving atcive, that's why it has been fixed.




- Davide

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



[xmail] return codes

2003-09-14 Thread Dmitry

Hello

I wrote small filter (spam_check.pl) such as:

### spam_check.pl   -   small spam filter
#!/usr/bin/perl
$fr=$ARGV[0];
$spammail='[EMAIL PROTECTED]';
if ($fr eq $spammail)
{
exit 99;
}
exit 0;
### end of file


FILTERS.IN.TAb file:
*   [EMAIL PROTECTED]   0.0.0.0/00.0.0.0/0 spammers.tab

SPAMMERS.TAB file:
/var/MailRoot/filters/spam_check.pl@@FROM

all spaces is a real [TAB]

When i send letters from [EMAIL PROTECTED] filter reject only first
letter (with sending notification to sender).
And all next letters are sending whithout rejecting.

I use XMail v1.15 on RedHat 9.0

This is bug in filters, xmail or me?


Dmitry
Mail To:  [EMAIL PROTECTED]

P.S. Sorry for my bad english :(

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



[xmail] Re: Daylight time.

2003-09-14 Thread Rob Arends

I agree, I don't want special case just for me.

But since you say there are no other complaints, and I have seen a few
responses saying same here;

I'll ask the list, to reply to this email if you have Windows and your log
files are ending in 2300.
Also please state Time zone and daylight on/off and xmail version.

Rob :-)


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Davide Libenzi
 Sent: Monday, September 15, 2003 1:54 PM
 To: XMail mailing list
 Subject: [xmail] Re: Daylight time.



 On Mon, 15 Sep 2003, Rob Arends wrote:

 
  That's way beyond my capabilities.
  When do you suppose it became broken.
  Are you using a new version of the lib?
  Because the problem first appeared on the 18/5/02, which is
 when I upgraded
  from 1.12 to 1.15

 XMail uses the M$ C runtime library. The simple program you executed
 simply shows that the C runtime library returns the daylight saving to be
 currently active in your area. This seems to be somehow a your-system
 problem since I didn't receive any other complain. And I'm not going to
 drop inside the source code an :

 #if defined(ROB_ARENDS_SYSTEM)
 
 #endif

 The old version of XMail was breaking any system in the world with
 daylight saving atcive, that's why it has been fixed.




 - Davide

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



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