Description
This function checks a program that receives forwarded mail.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
pipe_name |
string |
Required The path to a piped program. |
The location of a piped program. |
script.pl |
Returns
Parameter |
Type |
Description |
Possible values |
Example |
pipefwd_needs_hashbang |
Boolean |
Whether the program requires a hashbang (#!). |
|
1 |
pipefwd_needs_fixup |
Boolean |
Whether the program requires a pipe character (|). |
|
0 |