bgarrels / textpattern

Automatically exported from code.google.com/p/textpattern
0 stars 0 forks source link

System sends out emails with missing text #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.setup a textpattern system at byethost.com (they have a script installer)
2.add a new user account for an address you can access.
3.read the email it sends you it'll be similar to this:
This is a new account registration email the system sent out:
<start of email>

Your login is: testaccount

Spam Filtered (11309296)

<end>
I expected a password, and a lot less white space.

This is all in version: 4.2.0 (r3275) running a linux server (although I never 
seen it so I don't know more than that)

Textpattern Debug dump (url removed):
Note: Files declared as modifyed (if have been at all) where done so be the 
vendor [www.byet.com]

textpattern version: 4.2.0 (r3275)
Last update: 2009-10-22 06:33:14/2009-08-28 15:31:20
Document root: /home/vol2/byethost7.com/*****/***************/htdocs
$path_to_site: /home/vol2/byethost7.com/*****/***************/htdocs
Textpattern path: 
/home/vol2/byethost7.com/*****/***************/htdocs/textpattern
Permanent link mode: section_id_title
open_basedir: 
/php_sessions:/tmp:/var/www/errors:/home/vol2/byethost7.com/*****/**************
*/htdocs
upload_tmp_dir: /tmp
Temporary directory path: 
/home/vol2/byethost7.com/*****/***************/htdocs/tmp
Site URL: www.****************
PHP version: 5.3.14
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: America/New_York
Server local time: 2012-09-03 10:54:02
DST enabled?: 1
Automatically adjust DST setting?: 1
Time zone: Europe/London (0)
MySQL: 5.5.27-28.0
Locale: English_United Kingdom.1252
Server: Apache
Apache version: Apache
PHP server API: apache2handler
RFC 2616 headers: 
Server OS: Linux 2.6.18-408.8.2.el5.lve0.8.61.3
Active plugins: joh_admin_ckeditor-0.1
Admin-side theme: inspired 1.01

Pre-flight check: 
------------------------
Some Textpattern files have been modified: 
    /home/vol2/byethost7.com/b7_11309296/10yearsofhomeworld2.fast-page.org/htdocs/index.php, 
    /home/vol2/byethost7.com/b7_11309296/10yearsofhomeworld2.fast-page.org/htdocs/textpattern/index.php, 
    /home/vol2/byethost7.com/b7_11309296/10yearsofhomeworld2.fast-page.org/htdocs/textpattern/publish.php
The following PHP functions (which may be necessary to run Textpattern) are 
disabled on your server: escapeshellarg, escapeshellcmd, proc_close, ini_alter, 
pcntl_exec, socket_accept, socket_bind, socket_clear_error, socket_close, 
socket_connect, socket_create_listen, socket_create_pair, socket_create, 
socket_get_option, socket_getpeername, socket_getsockname, socket_last_error, 
socket_listen, socket_read, socket_recv, socket_recvfrom, socket_select, 
socket_send, socket_sendto, socket_set_block, socket_set_nonblock, 
socket_set_option, socket_shutdown, socket_strerror, socket_write, 
stream_socket_client, stream_socket_server, pfsockopen, stream_set_timeout, 
disk_total_space, disk_free_space, diskfreespace, getrusage, get_current_user, 
set_time_limit, getmypid, leak, listen, chgrp, link, symlink, dlopen, 
proc_nice, proc_get_stats, proc_terminate, sh2_exec, posix_getpwuid, 
posix_getgrgid, posix_kill, ini_restore, mkfifo, dbmopen, dbase_open, filepro, 
filepro_rowcount, posix_mkfifo, putenv, geoip_open, sleep
Clean URL test failed.
------------------------

.htaccess file contents: 
------------------------
#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes

<IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /relative/web/path/
    RewriteBase /.

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^(.+) - [PT,L]

    RewriteCond %{REQUEST_URI} !=/favicon.ico
    RewriteRule ^(.*) index.php

    RewriteCond %{HTTP:Authorization}  !^$
    RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>

#php_value register_globals 0

------------------------

Original issue reported on code.google.com by fakespam...@gmail.com on 3 Sep 2012 at 3:00

GoogleCodeExporter commented 9 years ago
Original ticket author: I would Like to point out I have manually updated to 
the latest version, and the issue persists. 

Original comment by fakespam...@gmail.com on 3 Sep 2012 at 4:16

GoogleCodeExporter commented 9 years ago
If you need support please post to the Support Forum. This an issue tracker 
used for reporting issues and bugs in Textpattern. You have very small changes 
of getting user-support through this medium, and this isn't the place for it.

Anyways, judging from the modified/filtered email, changes are the issue is in 
the hosting provider's end. I would advice contacting your hosting provider and 
asking that if they are filtering/modifying outgoing emails and whether they 
could stop. According to their TOS they do filter and limit all outgoing 
emails, which would explain broken and modified emails. If they can't disable 
filtering, changing hosting provider can always be an option.

Original comment by jukka.svahn@rahinaa.biz on 3 Sep 2012 at 6:04

GoogleCodeExporter commented 9 years ago
Please advise your hosting provider to amend their spam filter rules. There's 
nothing we can do about this.

Original comment by r.wetzlmayr on 4 Sep 2012 at 5:37