<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JForum Community - Latest posts for "jdev1"]]></title>
		<link>https://community.jforum.net/posts/listByUser/1432</link>
		<description><![CDATA[Latest posts for "jdev1"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>[Developer Forum] Re:search problem</title>
				<description><![CDATA[ <blockquote class="uncited">
 <div>This kind of issue is hard to track down without having access to the forum in question. Can you reproduce it on this site?</div>
</blockquote>
<br>
No, there is another problem, take a look at images
<br>
<br>
<blockquote class="uncited">
 <div>You mean clicking the pagination buttons?</div>
</blockquote>
<br>
Yes
<br>
<br>
<blockquote class="uncited">
 <div>What specifically did you test, and what, exactly, was the result?</div>
</blockquote>
<br>
By changing search options. Problem shows only when i type 2 or more keywords]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/293/1270</guid>
				<link>https://community.jforum.net/posts/preList/293/1270</link>
				<pubDate><![CDATA[Wed, 11 Dec 2024 03:01:51]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[Developer Forum] search problem</title>
				<description><![CDATA[ Hi!
<br>
I have a problem with forum search.
<br>
my search options:
<br>
3 search keywords with spaces
<br>
Search any term
<br>
Message subject only
<br>
and specific forum selected
<br>
<br>
So the problem is i have 159 results. First page is good, but when i try to pass any other page i have no results.
<br>
Experimentally i found that problem in the number of search keywords.
<br>
Should i use any other delimiter instead of spaces or it's a bug?]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/293/1266</guid>
				<link>https://community.jforum.net/posts/preList/293/1266</link>
				<pubDate><![CDATA[Thu, 5 Dec 2024 04:51:27]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem after update</title>
				<description><![CDATA[ Hi!
<br>
I have a problem at forums list and topics list.
<br>
If new message added forum and topic marks as "New Messages" only if user is online. If user is offline, after log in no forum or topic is marked as "New Messages" even if new posts have been added to them.
<br>
How can i solve that problem? Maybe some setting at config list?
<br>
Thank you!]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/256/1190</guid>
				<link>https://community.jforum.net/posts/preList/256/1190</link>
				<pubDate><![CDATA[Tue, 28 Mar 2023 16:25:58]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ Yes i talk to my admin first and he told me everything good with mail server, no errors at server logs. Also another apps doesn't have same problems with that mail server. That's why i asked you.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1185</guid>
				<link>https://community.jforum.net/posts/preList/228/1185</link>
				<pubDate><![CDATA[Wed, 22 Mar 2023 00:12:41]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ I think this is it (tomcat-stdout):
<br>
<br>
<br>
DEBUG: Jakarta Mail version 2.0.0
<br>
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
<br>
DEBUG: Tables of loaded providers
<br>
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPTransport=jakarta.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=jakarta.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3Store=jakarta.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], com.sun.mail.smtp.SMTPSSLTransport=jakarta.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.imap.IMAPStore=jakarta.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3SSLStore=jakarta.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle]}
<br>
DEBUG: Providers Listed By Protocol: {imap=jakarta.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtp=jakarta.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], pop3=jakarta.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], imaps=jakarta.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], smtps=jakarta.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3s=jakarta.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle]}
<br>
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
<br>
DEBUG: getProvider() returning jakarta.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]
<br>
DEBUG SMTP: useEhlo true, useAuth true
<br>
DEBUG SMTP: trying to connect to host "172.28.200.26", port 25, isSSL false
<br>
DEBUG SMTP: exception reading response, THROW:
<br>
java.net.SocketException: Connection reset
<br>
at java.net.SocketInputStream.read(Unknown Source)
<br>
at java.net.SocketInputStream.read(Unknown Source)
<br>
at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:102)
<br>
at java.io.BufferedInputStream.fill(Unknown Source)
<br>
at java.io.BufferedInputStream.read(Unknown Source)
<br>
at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:100)
<br>
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2456)
<br>
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2172)
<br>
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
<br>
at jakarta.mail.Service.connect(Service.java:342)
<br>
at jakarta.mail.Service.connect(Service.java:222)
<br>
at net.jforum.util.mail.Spammer.dispatchMessages(Spammer.java:208)
<br>
at net.jforum.view.forum.AjaxAction.sendTestMail(AjaxAction.java:148)
<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
<br>
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
<br>
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
<br>
at java.lang.reflect.Method.invoke(Unknown Source)
<br>
at net.jforum.Command.process(Command.java:122)
<br>
at net.jforum.JForum.processCommand(JForum.java:269)
<br>
at net.jforum.JForum.service(JForum.java:251)
<br>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
<br>
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
<br>
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
<br>
at net.jforum.csrf.CsrfFilter.doFilter(CsrfFilter.java:104)
<br>
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
<br>
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
<br>
at net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
<br>
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
<br>
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
<br>
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
<br>
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
<br>
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
<br>
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
<br>
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
<br>
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
<br>
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)
<br>
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
<br>
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:610)
<br>
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:503)
<br>
at java.lang.Thread.run(Unknown Source)]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1183</guid>
				<link>https://community.jforum.net/posts/preList/228/1183</link>
				<pubDate><![CDATA[Tue, 21 Mar 2023 23:49:18]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ I've got this message at jforum.log
<br>
<br>
2023-03-21 15:27:33,374 ERROR [AjaxAction] - net.jforum.exceptions.MailException: jakarta.mail.MessagingException: Exception reading response;
<br>
nested exception is:
<br>
java.net.SocketException: Connection reset
<br>
net.jforum.exceptions.MailException: jakarta.mail.MessagingException: Exception reading response;
<br>
nested exception is:
<br>
java.net.SocketException: Connection reset
<br>
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2476)
<br>
at com.sun.mail.smtp.SMTPTransport.ehlo(SMTPTransport.java:1684)
<br>
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:726)
<br>
at jakarta.mail.Service.connect(Service.java:342)
<br>
at jakarta.mail.Service.connect(Service.java:222)
<br>
at net.jforum.util.mail.Spammer.dispatchMessages(Spammer.java:208)
<br>
at net.jforum.view.forum.AjaxAction.sendTestMail(AjaxAction.java:148)
<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
<br>
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
<br>
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
<br>
at java.lang.reflect.Method.invoke(Unknown Source)
<br>
at net.jforum.Command.process(Command.java:122)
<br>
at net.jforum.JForum.processCommand(JForum.java:269)
<br>
at net.jforum.JForum.service(JForum.java:251)
<br>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
<br>
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
<br>
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
<br>
at net.jforum.csrf.CsrfFilter.doFilter(CsrfFilter.java:104)
<br>
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
<br>
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
<br>
at net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
<br>
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
<br>
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
<br>
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
<br>
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
<br>
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
<br>
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
<br>
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
<br>
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
<br>
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)
<br>
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
<br>
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:610)
<br>
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:503)
<br>
at java.lang.Thread.run(Unknown Source)
<br>
Caused by: jakarta.mail.MessagingException: Exception reading response;
<br>
nested exception is:
<br>
java.net.SocketException: Connection reset
<br>
... 34 more
<br>
Caused by: java.net.SocketException: Connection reset
<br>
at java.net.SocketInputStream.read(Unknown Source)
<br>
at java.net.SocketInputStream.read(Unknown Source)
<br>
at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:102)
<br>
at java.io.BufferedInputStream.fill(Unknown Source)
<br>
at java.io.BufferedInputStream.read(Unknown Source)
<br>
at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:100)
<br>
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2456)
<br>
... 33 more]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1181</guid>
				<link>https://community.jforum.net/posts/preList/228/1181</link>
				<pubDate><![CDATA[Tue, 21 Mar 2023 20:33:28]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ Hi! I have one more question.
<br>
Users complain that they do not receive notifications about new responses. In the admin panel, I send a test email and get an error like in the screenshot. After that, I send the test email again and it is sent perfectly, and notifications begin to arrive to users. And after about 1-2 hours, everything repeats. What could be the matter?]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1179</guid>
				<link>https://community.jforum.net/posts/preList/228/1179</link>
				<pubDate><![CDATA[Tue, 21 Mar 2023 19:07:11]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ Looks like that works fine. Thank you!]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1176</guid>
				<link>https://community.jforum.net/posts/preList/228/1176</link>
				<pubDate><![CDATA[Fri, 17 Feb 2023 22:25:14]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ Ok, i'm waiting, thanks for helping]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1172</guid>
				<link>https://community.jforum.net/posts/preList/228/1172</link>
				<pubDate><![CDATA[Wed, 15 Feb 2023 13:14:38]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ Can I ask you please to compile a jar file with one change in Spammer.class for me, if it's not difficult.
<br>
<br>
Instead of
<br>
if (this.messageFormat == 0) {
<br>
this.message.setContent(text.replaceAll("\n", "&lt;br&gt;"), "text/html; charset=" + charset);
<br>
} else {
<br>
this.message.setText(text);
<br>
}
<br>
<br>
this:
<br>
<br>
if (this.messageFormat == 0) {
<br>
this.message.setContent(text, "text/html; charset=utf-8");
<br>
} else {
<br>
this.message.setText(text);
<br>
}
<br>
<br>
If it helps in my situation I will be very grateful. Thank you.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1170</guid>
				<link>https://community.jforum.net/posts/preList/228/1170</link>
				<pubDate><![CDATA[Wed, 15 Feb 2023 00:13:05]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ I've also seen redefinition messageFormat at Spammer.class
<br>
<br>
private void defineUserMessage(User user) {
<br>
try {
<br>
this.templateParams.put("user", user);
<br>
String text = this.processTemplate();
<br>
int oldMessageFormat = this.messageFormat;
<br>
if (user.notifyText()) {
<br>
this.messageFormat = 0;
<br>
}
<br>
<br>
this.defineMessageText(text);
<br>
this.messageFormat = oldMessageFormat;
<br>
} catch (Exception var4) {
<br>
throw new MailException(var4);
<br>
}
<br>
}
<br>
<br>
<br>
What is the function user.notifyText()? Is it related with "Allow HTML" you wrote about earlier or something else?
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1168</guid>
				<link>https://community.jforum.net/posts/preList/228/1168</link>
				<pubDate><![CDATA[Tue, 14 Feb 2023 21:02:02]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ Nope, now i testing with two users and they two have "Allow HTML" turned on.
<br>
Also if i change mail.messageFormat to text and change message template by removing html tags from it message comes with replaced line breaks with the &lt;br&gt; tag.
<br>
I seems strange. I saw replasment at Spammer.class line 245
<br>
<br>
if (this.messageFormat == 0) {
<br>
this.message.setContent(text.replaceAll("\n", "&lt;br&gt;"), "text/html; charset=" + charset);
<br>
} else {
<br>
this.message.setText(text);
<br>
}
<br>
<br>
Maybe some problem with that?
<br>
Also i wanted to ask you how gets config values? From table JFORUM_CONFIG or from file?]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1166</guid>
				<link>https://community.jforum.net/posts/preList/228/1166</link>
				<pubDate><![CDATA[Tue, 14 Feb 2023 19:31:09]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem with html in response emails</title>
				<description><![CDATA[ <b>Hi! 
 <br>I found funny thing with response emails. 
 <br> 
 <br>If only one user watches for topic everything is good, he's got good response email with content-type in headers:</b>
<br>
<br>
Delivered-To: <a href="mailto:kvm8522@gmail.com">kvm8522@gmail.com</a>
<br>
Received: by 2002:a50:3410:0:b0:1fc:2de0:6395 with SMTP id cq16csp3305035ecb;
<br>
Mon, 13 Feb 2023 04:13:58 -0800 (PST)
<br>
X-Google-Smtp-Source: AK7set85g1kpm5hL7Txm0VbG8HvALwq3aKGCPneIg+hrdGxps3L5sStqdtnSC5wAJQohSTMXLADz
<br>
X-Received: by 2002:a5d:4b85:0:b0:2c5:60e2:ed6d with SMTP id b5-20020a5d4b85000000b002c560e2ed6dmr120192wrt.3.1676290438053;
<br>
Mon, 13 Feb 2023 04:13:58 -0800 (PST)
<br>
ARC-Seal: i=1; a=rsa-sha256; t=1676290438; cv=none;
<br>
d=google.com; s=arc-20160816;
<br>
b=qFzFP1MAlget1/UCOszVHQIoqPbL4srknZSSYSEAXuFuPl4FRt+qzhZmgecRNZYCVr
<br>
VVPIU6LEFXjWQXpcRL60a+m3naqEUdT6NR+LB02CZLhnuTQqNRfHfrQlONp5PxnRSUv4
<br>
lMkqSqDGc6VYmhm6XMXnkiMFPSShaD79dixrjThQdKb5Z89i9Laqs8BSbzkYdy2sl5MK
<br>
PlTfMc8TAWXmV2sTlZ/jvLBusiW36JzDGrj6NdiKeoQevxIe5208q5pd4v1QO/lVH5W1
<br>
8fFPXA7kC0cEyOl0o0ksQ3NJDKLBc/leo6MRk9fRbbewjhLhTfJVvaO0KrpHWUqUqtdM
<br>
04lA==
<br>
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
<br>
h=content-transfer-encoding:mime-version:subject:in-reply-to
<br>
:message-id:to:from:date:dkim-signature;
<br>
bh=hKibKfisjUei6Cjf/8RlNVikIjCSDsHWqiu/YE2VMgI=;
<br>
b=VTdHzVHaht94WUBZ+gEkuIU3HAewWknrYN30vVZBTYRU52+jHhPu/zTcJTxM5Hwfyp
<br>
7CkSL/8gGOddQrs19YCO7qzBjGfoy5iAhLq7hitCa0JdW4REGTyUXJQwxIC8BnQDLqI/
<br>
Dte63y1g2Fvdd+7pEr/YEk0VQcgHWQY9Am1GoMvVZxHSTuqq5tlcDajH6tqLS7snnFVa
<br>
bsMoXHf6WR7waMEs9vJ3lcw5eTfbh8qPQu7bgepyBtDJ3EAeaFQtEEH/EU/9CABbDrIm
<br>
sO8KO5xWXHlOWhW3hXSJEo0uzZBHZpLFAabW5SavEMkHLB99GNM3jEtgwrS+zBgUIelJ
<br>
GbOA==
<br>
ARC-Authentication-Results: i=1; mx.google.com;
<br>
dkim=pass header.i=@parus.ru header.s=mail header.b=BYfRxBh8;
<br>
spf=pass (google.com: domain of <a href="mailto:webadmin@parus.ru">webadmin@parus.ru</a> designates 2a02:6b8:0:1472:2741:0:8b7:109 as permitted sender) smtp.mailfrom=webadmin@parus.ru
<br>
Return-Path:
<br>
Received: from forward106p.mail.yandex.net (forward106p.mail.yandex.net. [2a02:6b8:0:1472:2741:0:8b7:109])
<br>
by mx.google.com with ESMTPS id t8-20020a5d5348000000b002c552b78437si4440576wrv.489.2023.02.13.04.13.57
<br>
for
<br>
(version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/12<img src="https://community.jforum.net/images/smilies/b2eb59423fbf5fa39342041237025880.gif" alt="smilie">;
<br>
Mon, 13 Feb 2023 04:13:57 -0800 (PST)
<br>
Received-SPF: pass (google.com: domain of <a href="mailto:webadmin@parus.ru">webadmin@parus.ru</a> designates 2a02:6b8:0:1472:2741:0:8b7:109 as permitted sender) client-ip=2a02:6b8:0:1472:2741:0:8b7:109;
<br>
Authentication-Results: mx.google.com;
<br>
dkim=pass header.i=@parus.ru header.s=mail header.b=BYfRxBh8;
<br>
spf=pass (google.com: domain of <a href="mailto:webadmin@parus.ru">webadmin@parus.ru</a> designates 2a02:6b8:0:1472:2741:0:8b7:109 as permitted sender) smtp.mailfrom=webadmin@parus.ru
<br>
Received: from forward103q.mail.yandex.net (forward103q.mail.yandex.net [IPv6:2a02:6b8:c0e:50:0:640:b21c:d009]) by forward106p.mail.yandex.net (Yandex) with ESMTP id 8647F2FC058F for ; Mon, 13 Feb 2023 15:13:57 +0300 (MSK)
<br>
Received: from vla1-ef285479e348.qloud-c.yandex.net (vla1-ef285479e348.qloud-c.yandex.net [IPv6:2a02:6b8:c0d:35a1:0:640:ef28:5479]) by forward103q.mail.yandex.net (Yandex) with ESMTP id 8159D56A0002 for ; Mon, 13 Feb 2023 15:13:57 +0300 (MSK)
<br>
Received: by vla1-ef285479e348.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id vDhYjB0Y0eA1-Qre5VVGO; Mon, 13 Feb 2023 15:13:57 +0300
<br>
X-Yandex-Fwd: 1
<br>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=parus.ru; s=mail; t=1676290437; bh=hKibKfisjUei6Cjf/8RlNVikIjCSDsHWqiu/YE2VMgI=; h=Subject:In-Reply-To:Message-ID:To:From<img src="https://community.jforum.net/images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" alt="smilie">ate; b=BYfRxBh8V8r8JaVfLgZTv/fae/+m24f6uO4JxG7NPPYv0VCFyRqbfKTq+SrPJGGHh
<br>
T9NOUVwTBnyE5Rg+eGtcQRTGP5ZKz/ybz4GjO6H7X0tAfM5CQilXXYsR6T4+V7ycrA
<br>
LxQbZPdTcgyZLCNGsKih1fvB4ot7WeB01xd3HL5Y=
<br>
Authentication-Results: vla1-ef285479e348.qloud-c.yandex.net; dkim=pass header.i=@parus.ru
<br>
Received: from OPENCMS803 (unknown [172.28.200.144]) by smtprelay.localdomain (Postfix) with ESMTP id 1374D21F8728 for ; Mon, 13 Feb 2023 15:13:57 +0300 (MSK)
<br>
Date: Mon, 13 Feb 2023 15:13:58 +0300 (MSK)
<br>
From: <a href="mailto:webadmin@parus.ru">webadmin@parus.ru</a>
<br>
To: <a href="mailto:kvm8522@gmail.com">kvm8522@gmail.com</a>
<br>
Message-ID: &lt;1235602.154854.413.1676290438493218740383@jforum&gt;
<br>
In-Reply-To: &lt;561514.154854.413.1676290438494955718775@jforum&gt;
<br>
Subject: Форум ПАРУС. Новый ответ: Уведомление по емайлу о новых ответах по темам
<br>
MIME-Version: 1.0
<br>
<b>Content-Type: text/html; charset=UTF-8</b>
<br>
Content-Transfer-Encoding: quoted-printable
<br>
<br>
=EF=BB=BF&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;te=
<br>
sting message&lt;br&gt;&lt;br&gt;&lt;br&gt;---------&lt;br&gt;&lt;br&gt;=D0=9F=D1=80=D0=BE=D1=87=D0=B8=D1=
<br>
=82=D0=B0=D1=82=D1=8C =D1=8D=D1=82=D1=83 =D1=82=D0=B5=D0=BC=D1=83 =D0=BE=D0=
<br>
=BD=D0=BB=D0=B0=D0=B9=D0=BD: <a class="snap_shots" href="https://support.parus.ru/forum/posts/list/210/=" target="_blank">https://support.parus.ru/forum/posts/list/210/=</a>
<br>
154854.page#p1235602&lt;br&gt;&lt;br&gt;=D0=9E=D1=82=D0=BF=D0=B8=D1=81=D0=B0=D1=82=D1=
<br>
=8C=D1=81=D1=8F =D0=BE=D1=82 =D1=83=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB=D0=
<br>
=B5=D0=BD=D0=B8=D0=B9 =D0=BF=D0=BE =D1=8D=D1=82=D0=BE=D0=B9 =D1=82=D0=B5=D0=
<br>
=BC=D0=B5: <a class="snap_shots" href="https://support.parus.ru/forum/posts/unwatch/154854.page<br><br>=" target="_blank">https://support.parus.ru/forum/posts/unwatch/154854.page&lt;br&gt;&lt;br&gt;=</a>
<br>
&lt;br&gt;
<br>
<br>
<br>
<br>
<br>
<b>But if two or more users watches for topic one user then only one of them got right email with Content-Type: text/html;. 
 <br>Other users got emails without Content-Type: text/html; so they see email with html tags:</b>
<br>
<br>
<br>
<br>
Delivered-To: <a href="mailto:kolesnichenkovit@gmail.com">kolesnichenkovit@gmail.com</a>
<br>
Received: by 2002:a05:6000:2c5:0:0:0:0 with SMTP id o5csp2297030wry;
<br>
Mon, 13 Feb 2023 04:14:00 -0800 (PST)
<br>
X-Google-Smtp-Source: AK7set9Gjtt8AoZXeZ9846rsB2w19Bor50xS19gTg6aRjOoVbVOwwA3O5BOSmWmWojeRzP3sszHs
<br>
X-Received: by 2002:a17:906:70b:b0:8af:3519:ea1 with SMTP id y11-20020a170906070b00b008af35190ea1mr14722288ejb.57.1676290440016;
<br>
Mon, 13 Feb 2023 04:14:00 -0800 (PST)
<br>
ARC-Seal: i=1; a=rsa-sha256; t=1676290440; cv=none;
<br>
d=google.com; s=arc-20160816;
<br>
b=NrBrm3yaWGeXvEo20FWiXxwIfZOu1rx3y6TTK9bXCwJuu9Xu+sZwQGXJqy8ps7+NMi
<br>
iMgZxsFKBc0D080DSh8G9zbzG9StFc0VSrveM14FBS711oiXGXXYyQrIdTKo2fYCNi9r
<br>
O7V6hFZwch2eZEniv4qtZlMRFmUG3CpYNA7NuxPeuSw+Uv25BTUoFiUNhIQD9LFIsp33
<br>
0UV6mNfgwMTmNIfsQ8DQgObk0xa7l34iTOCN1u7Hbec01IzI8lTSwm/HE58Zls2Y4rL/
<br>
bjp9s6EZXMzrme9QvxLpqXyudtu7f6wByMYTi3gO/aRmq+wd+UKv+Izjs93VzbN58iYX
<br>
u01Q==
<br>
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
<br>
h=mime-version:subject:in-reply-to:message-id:to:from:date
<br>
:dkim-signature;
<br>
bh=Ji+Jz3frBYMbYeQFDIzilUoUvEyxYjQbhv5bvtzzxzo=;
<br>
b=sVnCnym/s3qSwxvaaIB4C/6UAomIcoU4JkNSD+DabcMYwsXYh8UbaF9OYL3DAXU2w4
<br>
VYYqFVcbdgFcM+xii38i+g4KDGVBglVcE3xwbXZTwJiUUoISXzo3r4M/wf4+65zDHrkh
<br>
DcNm72KtrLs6YhK55PjYACLbIPQ3gwaomCTxMkIW6iaj91YUzr6/iQoiaOOmOZUfEjpg
<br>
qN050diuECt2/GoWgb0p6C86O5rfCiXjXv28JKv/DZu67IE1hJ7CpRe2GnFvPRLTfU2W
<br>
/fpoDY5J3qrhnCjwXWUc9orMXpmXY5CBaxmFx3vz1TgQUbE98387pUzszbT+OVK5DGTR
<br>
2b8A==
<br>
ARC-Authentication-Results: i=1; mx.google.com;
<br>
dkim=pass header.i=@parus.ru header.s=mail header.b="FNDLsMb/";
<br>
spf=pass (google.com: domain of <a href="mailto:webadmin@parus.ru">webadmin@parus.ru</a> designates 2a02:6b8:0:1a2d::608 as permitted sender) smtp.mailfrom=webadmin@parus.ru
<br>
Return-Path:
<br>
Received: from forward105o.mail.yandex.net (forward105o.mail.yandex.net. [2a02:6b8:0:1a2d::608])
<br>
by mx.google.com with ESMTPS id 29-20020a170906225d00b00872236c2747si15208213ejr.305.2023.02.13.04.13.59
<br>
for
<br>
(version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/12<img src="https://community.jforum.net/images/smilies/b2eb59423fbf5fa39342041237025880.gif" alt="smilie">;
<br>
Mon, 13 Feb 2023 04:14:00 -0800 (PST)
<br>
Received-SPF: pass (google.com: domain of <a href="mailto:webadmin@parus.ru">webadmin@parus.ru</a> designates 2a02:6b8:0:1a2d::608 as permitted sender) client-ip=2a02:6b8:0:1a2d::608;
<br>
Authentication-Results: mx.google.com;
<br>
dkim=pass header.i=@parus.ru header.s=mail header.b="FNDLsMb/";
<br>
spf=pass (google.com: domain of <a href="mailto:webadmin@parus.ru">webadmin@parus.ru</a> designates 2a02:6b8:0:1a2d::608 as permitted sender) smtp.mailfrom=webadmin@parus.ru
<br>
Received: from forward103q.mail.yandex.net (forward103q.mail.yandex.net [IPv6:2a02:6b8:c0e:50:0:640:b21c:d009]) by forward105o.mail.yandex.net (Yandex) with ESMTP id 851674C451E for ; Mon, 13 Feb 2023 15:13:59 +0300 (MSK)
<br>
Received: from vla5-f17bbf3532fc.qloud-c.yandex.net (vla5-f17bbf3532fc.qloud-c.yandex.net [IPv6:2a02:6b8:c18:3588:0:640:f17b:bf35]) by forward103q.mail.yandex.net (Yandex) with ESMTP id 8138856A000F for ; Mon, 13 Feb 2023 15:13:59 +0300 (MSK)
<br>
Received: by vla5-f17bbf3532fc.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id xDh8nB0YFCg1-CIVmok6S; Mon, 13 Feb 2023 15:13:59 +0300
<br>
X-Yandex-Fwd: 1
<br>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=parus.ru; s=mail; t=1676290439; bh=Ji+Jz3frBYMbYeQFDIzilUoUvEyxYjQbhv5bvtzzxzo=; h=Subject:In-Reply-To:Message-ID:To:From<img src="https://community.jforum.net/images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" alt="smilie">ate; b=FNDLsMb/SmMJrs9cYeNJAMiEzcYWqn8wECPrlvxq2BLB4AM65gwlBxUXD6tGDIBrC
<br>
ZkzSfAZkW33euCI5NrPt0a8A7izCoAXleUcOUb0aW3bG2PzBbh9fliQnxfX9MB3hbd
<br>
6ouxOEBBIp7kZhV0zqzUdlAxPGTjXl/Pn59It/SY=
<br>
Authentication-Results: vla5-f17bbf3532fc.qloud-c.yandex.net; dkim=pass header.i=@parus.ru
<br>
Received: from OPENCMS803 (unknown [172.28.200.144]) by smtprelay.localdomain (Postfix) with ESMTP id 15F9421F8728 for ; Mon, 13 Feb 2023 15:13:59 +0300 (MSK)
<br>
Date: Mon, 13 Feb 2023 15:13:58 +0300 (MSK)
<br>
From: <a href="mailto:webadmin@parus.ru">webadmin@parus.ru</a>
<br>
To: <a href="mailto:kolesnichenkovit@gmail.com">kolesnichenkovit@gmail.com</a>
<br>
Message-ID: &lt;1235602.154854.413.1676290438493218740383@jforum&gt;
<br>
In-Reply-To: &lt;561514.154854.413.1676290438494955718775@jforum&gt;
<br>
Subject: Форум ПАРУС. Новый ответ: Уведомление по емайлу о новых ответах по темам
<br>
MIME-Version: 1.0
<br>
<br>
﻿&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;testing message&lt;br&gt;&lt;br&gt;&lt;br&gt;---------&lt;br&gt;&lt;br&gt;Прочитать эту тему онлайн: <a class="snap_shots" href="https://support.parus.ru/forum/posts/list/210/154854.page#p1235602<br><br>Отписаться" target="_blank">https://support.parus.ru/forum/posts/list/210/154854.page#p1235602&lt;br&gt;&lt;br&gt;Отписаться</a> от уведомлений по этой теме: <a class="snap_shots" href="https://support.parus.ru/forum/posts/unwatch/154854.page<br><br><br>" target="_blank">https://support.parus.ru/forum/posts/unwatch/154854.page&lt;br&gt;&lt;br&gt;&lt;br&gt;</a>;
<br>
<br>
<br>
<br>
<b>What could be the problem? My current version is 2.8.2, mail.charset=UTF-8 and mail.messageFormat=html 
 <br></b>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/228/1163</guid>
				<link>https://community.jforum.net/posts/preList/228/1163</link>
				<pubDate><![CDATA[Tue, 14 Feb 2023 15:30:03]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem after update</title>
				<description><![CDATA[ <blockquote>
 <div>
  <cite>udittmer wrote:</cite>In the file <tt>templates/default/user_profile.htm</tt>, replace <tt>registrationDay</tt> with <tt>registrationDate</tt> - that will use the format you selected. Note that in the topic view, the format will still use the short version "Jul 6, 2011", because there space is at a premium.
  <br>
  <br>
  Attached is a new JForum jar file that has the fix for Oracle. If you replace the one you have with this one, it should work regardless of the cache setting. Let me know how it works out for you.
 </div>
</blockquote>
<br>
<br>
No, it's the same error
<br>
java.sql.SQLSyntaxErrorException: ORA-01795: maximum number of expressions in a list is 1000]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/256/1162</guid>
				<link>https://community.jforum.net/posts/preList/256/1162</link>
				<pubDate><![CDATA[Mon, 23 Jan 2023 20:47:15]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>[User Forum] Re:Problem after update</title>
				<description><![CDATA[ Sorry to bother you but I have one last question. How can i change format of user registration date at user profile? Now it looks like this Jul 6, 2011
<br>
At SystemGlobals.properties date format looks like this dateTime.format=dd.MM.yyyy HH\:mm\:ss
<br>
Also topic list and forum list shows date in format dd.MM.yyyy HH\:mm\:ss
<br>
Thank you]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/256/1160</guid>
				<link>https://community.jforum.net/posts/preList/256/1160</link>
				<pubDate><![CDATA[Fri, 20 Jan 2023 17:38:22]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
	</channel>
</rss>