Changeset 1333
- Timestamp:
- 08/20/08 13:30:29
(3 months ago)
- Author:
- scitech
- Message:
Fixed #1498: normal mail + forward doesn't work
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1332 |
r1333 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | 2008-08-20 Daniel Andreca |
|---|
| | 4 | - ENGINE: |
|---|
| | 5 | * Fixed #1498: normal mail + forward doesn't work |
|---|
| 3 | 6 | |
|---|
| 4 | 7 | 2008-08-18 Daniel Andreca |
|---|
| r1275 |
r1333 |
|
| 1156 | 1156 | } |
|---|
| 1157 | 1157 | |
|---|
| 1158 | | } if ($mail_type =~ /.*normal_forward.*/ || $mail_type =~ /.*alias_forward.*/ || $mail_type =~ /.*subdom_forward.*/); |
|---|
| | 1158 | } if ($mail_type =~ /^normal_forward.*/ || $mail_type =~ /^alias_forward.*/ || $mail_type =~ /^subdom_forward.*/); |
|---|
| 1159 | 1159 | |
|---|
| 1160 | 1160 | do { |
|---|
| … | … | |
| 2419 | 2419 | } if ($mail_type =~ /.*subdom_mail.*/); |
|---|
| 2420 | 2420 | |
|---|
| 2421 | | if ($mail_type eq 'normal_mail' || $mail_type eq 'subdom_mail' || $mail_type eq 'alias_mail') { |
|---|
| | 2421 | if ($mail_type=~ /.*normal_mail.*/ || $mail_type=~ /.*subdom_mail.*/ || $mail_type=~ /.*alias_mail.*/) { |
|---|
| 2422 | 2422 | |
|---|
| 2423 | 2423 | ($rs, $rdata) = mbox_check_sasl_user($check_user); |
|---|
| r1286 |
r1333 |
|
| 208 | 208 | } |
|---|
| 209 | 209 | |
|---|
| 210 | | $rs = sys_command("$main::ispcp_mbox_mngr $mail_id 1>>$main::ispcp_mbox_mngr_stdout 2>>$main::ispcp_mbox_mngr_stderr"); |
|---|
| | 210 | $rs = sys_command("$main::ispcp_mbox_mngr $mail_id 1>$main::ispcp_mbox_mngr_stdout 2>$main::ispcp_mbox_mngr_stderr"); |
|---|
| 211 | 211 | |
|---|
| 212 | 212 | if ($rs != 0) { |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>