Hi I have a seriuos problem with spam. I'm working for a big club with 6.000 members. And once a week I need to send them email about what we are going to do in the week end. The first time I use james, a receive a lot of this kind of message :
"Diagnostic-Code: smtp; 550 SC-001 Mail rejected by Windows Live Hotmail for policy reasons. Reasons for rejection may be related to content with spam-like characteristics or IP/domain reputation problems. If you are not an email/network admin please contact your E-mail/Internet Service Provider for help. Email/network admins, please visit http://postmaster.live.com for email delivery information and support Last-Attempt-Date: Mon, 24 Nov 2008 22:27:45 -0500 (EST)" I think beacuse email sent for each domain are too much. For exampe : delivery of Mail1227549287157-3-to-yahoo.com to host b.mx.mail.yahoo.com. at 66.196.97.250 for addresses [ **** MORE THAN 200 EMAIL *****] I want to know if it is possible to send emails one by one to by pass spam detection. It is not spam because each memeber give me the email. My sistem work in that way : james was hosted on example.biz when an email arrive to [EMAIL PROTECTED] only from [EMAIL PROTECTED] it will be sent to all mailing list. But it worked well with few emails, but now with 6.000 I have a lot of problems with big domains like ( google, msn, etc because the emails are to much ) I don't care if the emails arrive 2 days later, I care if they arrive! I use this configuration at the moment : <mailet match="[EMAIL PROTECTED]" class="CommandListservManager"> <resources>/home/james-2.3.1/apps/james/conf/miResources.xml</resources> <listName>info</listName> <displayName>info</displayName> <listOwner> [EMAIL PROTECTED] </listOwner> <repositoryName> info </repositoryName> <listDomain>anotherexample.it</listDomain> <commandpackages> <commandpackage>org.apache.james.transport.mailets.listservcommands</commandpackage> </commandpackages> <!-- all the available commands for this command. --> <commands> <!-- <command name="subscribe" class="Subscribe"/> --> <!-- <command name="subscribe-confirm" class="SubscribeConfirm"/> --> <!-- <command name="unsubscribe" class="UnSubscribe"/> --> <!--<command name="unsubscribe-confirm" class="UnSubscribeConfirm"/> --> <command name="error" class="ErrorCommand"/> <command name="owner" class="Owner"/> </commands> </mailet> <mailet match="[EMAIL PROTECTED]" class="CommandListservProcessor"> <membersonly> false </membersonly> <attachmentsallowed> true </attachmentsallowed> <replytolist> false </replytolist> <repositoryName> info </repositoryName> <specifiedpostersonly> true </specifiedpostersonly> <autobracket> true </autobracket> <listOwner> [EMAIL PROTECTED]</listOwner> <listName>info</listName> <allowedposters> <address>[EMAIL PROTECTED]</address> </allowedposters> <subjectprefix> Newsletter BAL BAL BAL</subjectprefix> </mailet><?xml version="1.0" encoding="windows-1250"?> regards Luca -- View this message in context: http://www.nabble.com/Mailing-List.-Send-Mails-one-by-one.-tp20682447p20682447.html Sent from the James - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
