>/Email/Send/SMTP.pm
This module simply parses the TO: headerline and trys this addresses -
possibly your MTA blocks this recipients?
If the sending failes, the file in the resend folder is renamed to .err -
check the files.
Thomas
Von: Pascal Dreissen <[email protected]>
An: ASSP development mailing list <[email protected]>
Datum: 05.08.2011 17:42
Betreff: Re: [Assp-test] Antwort: Re: fixes and news in
2.0.2_3.2.07
Thomas,
Thanks, will try that.
I also saw these errors passing by:
Aug-05-11 17:37:36 [Worker_1] Worker_1 will sleep now
Aug-05-11 17:37:43 [Worker_10000] Error: unable to send file
/usr/local/assp/resendmail/n100022272.eml to 127.0.0.1:125 - Data failed:
503 RCPT first (#5.5.1)
at
/usr/local/lib/perl5/site_perl/5.10.1/Email/Send/SMTP.pm line 95 thread 1
Aug-05-11 17:37:43 [Worker_10000] *** send to 127.0.0.1:125 didn't work,
trying others...
Aug-05-11 17:37:43 [Worker_10000] Error: unable to send file
/usr/local/assp/resendmail/n100022199.eml to 127.0.0.1:125 - Data failed:
503 RCPT first (#5.5.1)
at
/usr/local/lib/perl5/site_perl/5.10.1/Email/Send/SMTP.pm line 95 thread 1
Aug-05-11 17:37:43 [Worker_10000] *** send to 127.0.0.1:125 didn't work,
trying others...
Aug-05-11 17:37:43 [Worker_10000] Error: unable to send file
/usr/local/assp/resendmail/n1000000001381.eml to 127.0.0.1:125 - Data
failed: 503 RCPT first (#5.5.1)
at
/usr/local/lib/perl5/site_perl/5.10.1/Email/Send/SMTP.pm line 95 thread 1
Aug-05-11 17:37:43 [Worker_10000] *** send to 127.0.0.1:125 didn't work,
trying others...
The resendmail dir is filling up with .err messages. Any idea where to
look local mail server on port 125 is responding without any problem,
since receiving mail is no issue at all:
[root@cp resendmail]# telnet 127.0.0.1 125
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 lnxmail01.applemooz.nl ESMTP
helo pc.applemooz.nl
250 lnxmail01.applemooz.nl
mail from: [email protected]
250 ok
rcpt to: [email protected]
250 ok
data
354 go ahead
Subject: Test
Test
.
250 ok 1312558876 qp 30328
quit
221 lnxmail01.applemooz.nl
Connection closed by foreign host.
Mvg,
Pascal
'An Apple a day keeps the doctor and the viruses away'
Op 5 aug. 2011, om 17:29 heeft Thomas Eckardt het volgende geschreven:
> Hi Pascal,
>
> I also saw such long delays with possible restarts.
>
> Edit the .pm
>
> reduce the list of languages to detect, to the possible smallest.
>
> our @langs = ('da','de','en','fr','ga','it','no','pt','ru','sv');
>
> eg.: our @langs = ('de','en','fr');
>
> Thomas
>
>
>
> Von: Pascal Dreissen <[email protected]>
> An: ASSP development mailing list <[email protected]>
> Datum: 05.08.2011 17:17
> Betreff: Re: [Assp-test] fixes and news in 2.0.2_3.2.07
>
>
>
>
> Hi Thomas,
>
> Had it running for a couple of days (WordStem feature) but on my install
> it is unstable. ASSP Crashes every hour when i enabled this option. It
is
> working as expected, but unstable. I disabled it for the moment and
things
> are stable again. Also i saw that CPU is kicking 100% for 10 minutes or
so
> before ASSP decides to shutdown !
>
> Running Perl 5.10.1 64 Bit
>
> Mvg,
>
> Pascal
>
> 'An Apple a day keeps the doctor and the viruses away'
>
> Op 31 jul. 2011, om 19:34 heeft Thomas Eckardt het volgende geschreven:
>
>> Hi all,
>>
>> fixed in 2.0.2_3.2.07:
>>
>> - the DNSBL check was not working for OIP addresses
>>
>> new in 2.0.2_3.2.07:
>>
>> - An new module ASSP_WordStem.pm version is available.
>> If installed in the '[asspBase]/lib' path, this module converts words
> to
>> its stem from, for example plural, sigular,future,present,past ....
>> This should improve the ASSP-Bayes-engine.
>>
>> Currently supported languages by this module are :
>>
>> DA - Danish
>> DE - German
>> EN - English (also EN-US und EN-UK)
>> FR - French
>> GL - Galician
>> IT - Italian
>> NO - Norwegian
>> PT - Portuguese
>> RU - Russian (also RU-RU und RU-RU.KOI8-R)
>> SV - Swedish
>>
>> Undetected and unsupported languages will be processed the same way,
> like
>> the module is not available.
>>
>> Download the module from assp CVS
>> http://assp.cvs.sourceforge.net/viewvc/assp/assp2/lib/
>>
>> For this module to work, the Perl modules Lingua::Stem and
>> Lingua::Identify must be installed. To install -
>>
>> on windows:
>> - ppm install Lingua-Stem
>> - ppm install Lingua-Identify
>>
>> on all other platforms:
>> - cpan install Lingua::Stem
>> - cpan install Lingua::Identify
>>
>> if ask - follow the installation on all dependend modules.
>>
>> The improvement is available after the next rebuild of the spamdb.
>>
>> You can/should modify the module to your needs. There are two possible
>> values that could/should be changed
>>
>> - line 50 - change the value to the default language you want to use -
> eg
>> 'en','pt' ..... normaly this is your national language (of supported) -
> If
>> your national language is not supprted, set the value to 'en' .
>> $locale = 'de';
>>
>> - line 59 - change the logging level to your needs
>> $logging = 1;
>>
>> Changing the module requires a restart of assp.
>>
>> To see if the module is working for you - use the GUI-mail-analyzer and
>> set $logging = 1; to $logging = 3;. So assp will write the
>> unconverted and the converted text to files in [asspBase]/lingua.
>>
>> This Bayes enhancement is at experimental state!
>>
>> Thomas
>>
>> DISCLAIMER:
>> *******************************************************
>> This email and any files transmitted with it may be confidential,
> legally
>> privileged and protected in law and are intended solely for the use of
> the
>>
>> individual to whom it is addressed.
>> This email was multiple times scanned for viruses. There should be no
>> known virus in this email!
>> *******************************************************
>>
>>
>>
>
------------------------------------------------------------------------------
>> Got Input? Slashdot Needs You.
>> Take our quick survey online. Come on, we don't ask for help often.
>> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>>
>
http://p.sf.net/sfu/slashdot-survey_______________________________________________
>
>> Assp-test mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/assp-test
>
>
>
------------------------------------------------------------------------------
> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
> The must-attend event for mobile developers. Connect with experts.
> Get tools for creating Super Apps. See the latest technologies.
> Sessions, hands-on labs, demos & much more. Register early & save!
> http://p.sf.net/sfu/rim-blackberry-1
> _______________________________________________
> Assp-test mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/assp-test
>
>
>
>
> DISCLAIMER:
> *******************************************************
> This email and any files transmitted with it may be confidential,
legally
> privileged and protected in law and are intended solely for the use of
the
>
> individual to whom it is addressed.
> This email was multiple times scanned for viruses. There should be no
> known virus in this email!
> *******************************************************
>
>
>
------------------------------------------------------------------------------
> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
> The must-attend event for mobile developers. Connect with experts.
> Get tools for creating Super Apps. See the latest technologies.
> Sessions, hands-on labs, demos & much more. Register early & save!
>
http://p.sf.net/sfu/rim-blackberry-1_______________________________________________
> Assp-test mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/assp-test
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test
DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally
privileged and protected in law and are intended solely for the use of the
individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no
known virus in this email!
*******************************************************
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test