File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
| obtain it through the world-wide-web, please send a note to |
13
13
| license@php.net so we can mail you a copy immediately. |
14
14
+----------------------------------------------------------------------+
15
- | Author: Harald Radi <phanto@php.net |
15
+ | Author: Harald Radi <phanto@php.net> |
16
16
| Parts based on CGI SAPI Module by |
17
17
| Rasmus Lerdorf, Stig Bakken and Zeev Suraski |
18
18
+----------------------------------------------------------------------+
@@ -260,7 +260,7 @@ static sfsistat mlfi_envfrom(SMFICTX *ctx, char **argv)
260
260
ALLOC_ZVAL (param [0 ]);
261
261
INIT_PZVAL (param [0 ]);
262
262
263
- ZVAL_STRING (& function_name , "milter_envelope_from " , 0 );
263
+ ZVAL_STRING (& function_name , "milter_envfrom " , 0 );
264
264
array_init (param [0 ]);
265
265
266
266
while (* argv ) {
@@ -300,7 +300,7 @@ static sfsistat mlfi_envrcpt(SMFICTX *ctx, char **argv)
300
300
ALLOC_ZVAL (param [0 ]);
301
301
INIT_PZVAL (param [0 ]);
302
302
303
- ZVAL_STRING (& function_name , "milter_envelope_recipient " , 0 );
303
+ ZVAL_STRING (& function_name , "milter_envrcpt " , 0 );
304
304
array_init (param [0 ]);
305
305
306
306
while (* argv ) {
You can’t perform that action at this time.
0 commit comments