Description
This function checks whether a pipe or a shebang should precede a script that receives forwarded mail.
- If the script requires a shebang, the function sets a value for the
pipefwd_needs_hashbang
cPvariable. - If the script requires a pipe, the function sets a value for the
pipefwd_needs_fixup
cPvariable. - For more information, read our How to Configure Mail Filters documentation.
Warning:
- UAPI (recommended) —
Email::check_pipe_forwarder
— This function checks a program that receives forwarded mail. - cPanel API 2 — None.
Examples
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
pipe_name |
string |
Required The piped script. |
The path to a piped script or other application. |
script.pl |
Returns
This function does not return output.