Pages:
1
2
3 |
lottos
Administrator
Posts: 477
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
You're correct, it was Full Site URL.
Nice work re the Wiki!
|
|
miqrogroove
XMB 1.9.12 Lead Developer
Posts: 462
Registered: 10-1-2002
Location: Florida
Member Is Offline
Mood: Past Three O'Clock
|
|
Trying to figure out this report from Google. It's showing slightly different results for the docs and bugs subdomain mail. For bugs, there is some
discrepancy between the header_from domain and the SPF domain. hmmm
Code: | <record>
<row>
<source_ip>208.113.157.50</source_ip>
<count>5</count>
<policy_evaluated>
<disposition>none</disposition>
<dkim>fail</dkim>
<spf>fail</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>bugs.xmbforum2.com</header_from>
</identifiers>
<auth_results>
<spf>
<domain>red-hulk.dreamhost.com</domain>
<result>none</result>
</spf>
</auth_results>
</record>
<record>
<row>
<source_ip>208.113.157.50</source_ip>
<count>1</count>
<policy_evaluated>
<disposition>none</disposition>
<dkim>fail</dkim>
<spf>fail</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>docs.xmbforum2.com</header_from>
</identifiers>
<auth_results>
<spf>
<domain>docs.xmbforum2.com</domain>
<result>neutral</result>
</spf>
</auth_results>
</record> |
|
|
miqrogroove
XMB 1.9.12 Lead Developer
Posts: 462
Registered: 10-1-2002
Location: Florida
Member Is Offline
Mood: Past Three O'Clock
|
|
Found the problem. Mantis has a config variable named $g_return_path_email that I had left blank, and it was filling in the ISP server name by
default.
So it's fixed!
And, while I was tinkering there I set up DKIM for the bugs subdomain. Yay.
Now that I'm looking at this in so much detail, it looks like XMB has a similar problem of not setting a Return-Path header. hmm.
|
|
lottos
Administrator
Posts: 477
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
Quote: Originally posted by miqrogroove | Found the problem. Mantis has a config variable named $g_return_path_email that I had left blank, and it was filling in the ISP server name by
default.
So it's fixed!
And, while I was tinkering there I set up DKIM for the bugs subdomain. Yay.
Now that I'm looking at this in so much detail, it looks like XMB has a similar problem of not setting a Return-Path header. hmm. |
one thing leads to another!
|
|
miqrogroove
XMB 1.9.12 Lead Developer
Posts: 462
Registered: 10-1-2002
Location: Florida
Member Is Offline
Mood: Past Three O'Clock
|
|
All bugs with target 1.9.11.15 are resolved in the bug tracker.
I'm going to take a quick look through the support forums to see what bugs were discussed and not reported.
I'd like to release 1.9.11.15 later today if there are no objections. All the code and logs are in
svn://svn.code.sf.net/p/xmb-forum/code/xmb19x/trunk/source but I can make a beta ZIP if needed.
|
|
miqrogroove
XMB 1.9.12 Lead Developer
Posts: 462
Registered: 10-1-2002
Location: Florida
Member Is Offline
Mood: Past Three O'Clock
|
|
|
|
kuba1
XMB Project Manager
Posts: 161
Registered: 12-16-2007
Location: Here on this forum ;)
Member Is Offline
Mood: No Mood
|
|
I’m sorry I wasn’t around a lot this week .... I got so busy at work. Great job, again, Rob! Thank you so much for sharing your efforts!
|
|
lottos
Administrator
Posts: 477
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
Now that xmb is TLS compliant, should
https://forums.xmbforum2.com/misc.php?action=login
form field:
Secure Login - increased security on public computers
be looked at and handled differently?
To be honest, I've never been sure what that option is/was for if a forum was not running TLS/https?
|
|
miqrogroove
XMB 1.9.12 Lead Developer
Posts: 462
Registered: 10-1-2002
Location: Florida
Member Is Offline
Mood: Past Three O'Clock
|
|
The option only modifies cookie expiration. Unrelated to TLS.
|
|
lottos
Administrator
Posts: 477
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
What's next?
|
|
Daniel Gouveia
XMB International Support
Posts: 64
Registered: 4-10-2007
Location: Portugal, Braga
Member Is Offline
Mood: |Catch Me If You Can|
|
|
HTML5 & CSS3.
I'm working on it now.
This will be my Christmas present.
|
|
lottos
Administrator
Posts: 477
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
|
|
Pages:
1
2
3 |