View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
06114Bug reportsSurvey participants (Tokens)public2012-05-18 11:13
ReporterDenisChenu Assigned ToDenisChenu  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.92+ 
Fixed in Version1.92+ 
Summary06114: Unable to get bounced email under some condition
Description

I have a server with a mail server : imap and smtp.
I try bounce email with : noreply@example.org,

But :
If i use :
{$hostnamme/imap/tls/novalidate-cert} it don't work.

I have to use
{$hostname/imap/notls} but i can't with actual PHP code.
My $hostname is localhost.

Steps To Reproduce

Server with an self signed SSL certificate
Server with a tls handchake

Maybe some other option ?

Additional Information

I have patch:
switch($hostencryption) // novalidate-cert to have personal CA , maybe option.
{
case "Off":
$flags.="/notls";
break;
case "SSL":
$flags.="/ssl/novalidate-cert";
break;
case "TLS":
$flags.="/tls/novalidate-cert";
break;

        }

Second issue:
switch($hostencryption) // novalidate-cert to have personal CA ,

maybe option.
{
case "Off":
if($hostname=='localhost){
$flags.="/notls";}
break;
case "SSL":
$flags.="/ssl/novalidate-cert";
break;
case "TLS":
$flags.="/tls/novalidate-cert";
break;

        }
TagsNo tags attached.
Attached Files
tokens.php (183,001 bytes)
Bug heat4
Complete LimeSurvey version number (& build)120509
I will donate to the project if issue is resolvedNo
Browsernot relevant
Database type & versionMysql 5
Server OS (if known)gentoo/linux
Webserver software & version (if known)apache
PHP VersionPHP Version 5.2.13-pl1-gentoo

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2012-05-17 18:44

developer   ~18838

Last edited: 2012-05-18 02:01

Carsten : it's OK? Maybe there are some security issue.

But user need security can use ssl or tls.
And maybe some other user can use bounced with this patch.

Thanks

c_schmitz

c_schmitz

2012-05-18 09:46

administrator   ~18846

Sounds good to me.

DenisChenu

DenisChenu

2012-05-18 10:48

developer   ~18849

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=8518

DenisChenu

DenisChenu

2012-05-18 11:00

developer   ~18850

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=8519

DenisChenu

DenisChenu

2012-05-18 11:12

developer   ~18851

Fix committed to Yii branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=8520

Related Changesets

LimeSurvey: master 24957bfa

2012-05-18 01:47:34

DenisChenu

Details Diff
Fixed issue 06114: encryption really off for bounce managment
Dev: put notls for bounceencryption=="Off"
Affected Issues
06114
mod - admin/tokens.php Diff File

LimeSurvey: master 49c5b77d

2012-05-18 01:59:24

DenisChenu

Details Diff
Dev : fixed 06114 for global settings too
Dev: global setings : off and not Off : put in strtoupper for accounttype and hostencryption
Affected Issues
06114
mod - admin/tokens.php Diff File

LimeSurvey: Yii d67b8e61

2012-05-18 02:11:58

DenisChenu

Details Diff
Fixed issue 06114: encryption really off for bounce managment
Dev: put notls for bounceencryption=="Off"
Affected Issues
06114
mod - application/controllers/admin/tokens.php Diff File

Issue History

Date Modified Username Field Change
2012-05-17 18:41 DenisChenu New Issue
2012-05-17 18:43 DenisChenu File Added: tokens.php
2012-05-17 18:43 DenisChenu Assigned To => c_schmitz
2012-05-17 18:43 DenisChenu Status new => assigned
2012-05-17 18:44 DenisChenu Note Added: 18838
2012-05-18 02:01 DenisChenu Note Edited: 18838
2012-05-18 09:46 c_schmitz Assigned To c_schmitz => DenisChenu
2012-05-18 09:46 c_schmitz Note Added: 18846
2012-05-18 10:48 DenisChenu Changeset attached => LimeSurvey master 24957bfa
2012-05-18 10:48 DenisChenu Note Added: 18849
2012-05-18 10:48 DenisChenu Resolution open => fixed
2012-05-18 11:00 DenisChenu Changeset attached => LimeSurvey master 49c5b77d
2012-05-18 11:00 DenisChenu Note Added: 18850
2012-05-18 11:12 DenisChenu Changeset attached => LimeSurvey Yii d67b8e61
2012-05-18 11:12 DenisChenu Note Added: 18851
2012-05-18 11:13 DenisChenu Status assigned => closed
2012-05-18 11:13 DenisChenu Fixed in Version => 1.92+
2016-12-08 10:39 c_schmitz Category Tokens => Survey participants (Tokens)