Re: Problem in sending mail to mailing list

2009-01-23 Thread Struts Two
I had this problem before and it was because the email was being sent as Rich 
Text. change your email option to simple text and you should be fine.




--- On Fri, 1/23/09, Dave Newton  wrote:

> From: Dave Newton 
> Subject: Re: Problem in sending mail to mailing list
> To: "Struts Users Mailing List" 
> Received: Friday, January 23, 2009, 5:12 PM
> umesh awasthi wrote:
> > can you suggest any thing else to look in to??
> 
> Not really; maybe somebody using gmail can comment.
> 
> Another option is to put code fragments on a source-hosting
> service like pastebin etc. Some folks that haven't
> figured out how to send text-only emails often change
> "<" characters to "[", which is
> another option (but can be hard to read).
> 
> Dave
> 
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail:
> user-h...@struts.apache.org


  __
Get a sneak peak at messages with a handy reading pane with All new Yahoo! 
Mail: http://ca.promos.yahoo.com/newmail/overview2/


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Problem in sending mail to mailing list

2009-01-23 Thread Dave Newton

umesh awasthi wrote:

can you suggest any thing else to look in to??


Not really; maybe somebody using gmail can comment.

Another option is to put code fragments on a source-hosting service like 
pastebin etc. Some folks that haven't figured out how to send text-only 
emails often change "<" characters to "[", which is another option (but 
can be hard to read).


Dave


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Problem in sending mail to mailing list

2009-01-23 Thread umesh awasthi
its not a big one
just a small fragment but when ever iam trying to post it i am getting the
same message

thats why i am clueless

i even tried to send same message from my other id but faced same problem,
then i even removed the XML
part from my post but  problem remains same

can you suggest any thing else to look in to??


On 1/23/09, Dave Newton  wrote:
>
> shekher awasthi wrote:
>
>> when i am trying to paste content of my xml file [...]
>>
>
> How big is your XML snippet? People post fairly large XML fragments all the
> time with no issues, AFAIK.
>
> Dave
>
> == sanity check ==
>
> 
>
> "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
>"http://struts.apache.org/dtds/struts-2.0.dtd";>
>
> 
> 
>
>
>
>
>
>
>
>
>
> value="customFreemarkerManager" />
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  
>
>
>
>
>
>
>
>
>
>showcase.jsp
>
>
> class="org.apache.struts2.showcase.source.ViewSourceAction">
>viewSource.jsp
>
>
> method="browse">
>/date.jsp
>
>
>
>
>
>
>
> class="org.apache.struts2.showcase.action.SkillAction" method="list">
>/empmanager/listSkills.jsp
>
>
> class="org.apache.struts2.showcase.action.SkillAction">
>/empmanager/editSkill.jsp
>
>
>
> class="org.apache.struts2.showcase.action.SkillAction" method="save">
>/empmanager/editSkill.jsp
> type="redirect">edit.action?skillName=${currentSkill.name}
>
> class="org.apache.struts2.showcase.action.SkillAction" method="delete">
>/empmanager/editSkill.jsp
> type="redirect">edit.action?skillName=${currentSkill.name}
>
>
>
>
>
>
> class="org.apache.struts2.showcase.action.EmployeeAction" method="list">
>/empmanager/listEmployees.jsp
>
>
> class="org.apache.struts2.showcase.action.EmployeeAction">
>{1}
>/empmanager/editEmployee.jsp
> name="validation.excludeMethods">execute
>
> class="org.apache.struts2.showcase.action.EmployeeAction" method="save">
>/empmanager/editEmployee.jsp
> type="redirect">edit-${currentEmployee.empId}.action
>
> class="org.apache.struts2.showcase.action.EmployeeAction" method="delete">
>/empmanager/editEmployee.jsp
> type="redirect">edit-${currentEmployee.empId}.action
>
>
>
> 
>
> 
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


Re: Problem in sending mail to mailing list

2009-01-23 Thread Dave Newton

shekher awasthi wrote:

when i am trying to paste content of my xml file [...]


How big is your XML snippet? People post fairly large XML fragments all 
the time with no issues, AFAIK.


Dave

== sanity check ==



http://struts.apache.org/dtds/struts-2.0.dtd";>












value="customFreemarkerManager" />













































  









showcase.jsp


class="org.apache.struts2.showcase.source.ViewSourceAction">

viewSource.jsp


class="org.apache.struts2.showcase.DateAction" method="browse">

/date.jsp







class="org.apache.struts2.showcase.action.SkillAction" method="list">

/empmanager/listSkills.jsp


class="org.apache.struts2.showcase.action.SkillAction">

/empmanager/editSkill.jsp



class="org.apache.struts2.showcase.action.SkillAction" method="save">

/empmanager/editSkill.jsp
type="redirect">edit.action?skillName=${currentSkill.name}


class="org.apache.struts2.showcase.action.SkillAction" method="delete">

/empmanager/editSkill.jsp
type="redirect">edit.action?skillName=${currentSkill.name}







class="org.apache.struts2.showcase.action.EmployeeAction" method="list">

/empmanager/listEmployees.jsp


class="org.apache.struts2.showcase.action.EmployeeAction">

{1}
/empmanager/editEmployee.jsp
name="validation.excludeMethods">execute


class="org.apache.struts2.showcase.action.EmployeeAction" method="save">

/empmanager/editEmployee.jsp
type="redirect">edit-${currentEmployee.empId}.action


class="org.apache.struts2.showcase.action.EmployeeAction" method="delete">

/empmanager/editEmployee.jsp
type="redirect">edit-${currentEmployee.empId}.action









-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Problem in sending mail to mailing list

2009-01-23 Thread shekher awasthi
Hi All,

I am unable to send new mail in struts2 mailing list while i was able to
reply to one of the post in the mailing list

when i am trying to paste content of my xml file it is giving me the
following error

Google tried to deliver your message, but it was rejected by the recipient
domain. We recommend contacting the other email provider for further
information about the cause of this error. The error that the other server
returned was: 552 552 spam score (5.0) exceeded threshold (state 18).

can any body poin tme the reason

even i susbcribed mailing list to my alternative id butsame problem is
coming there also

any help in this regard?