in reply to Re^3: INSERT file contents inside a table
in thread INSERT file contents inside a table
Hi Poj,
Sorry for disturbing u. May I ask another question?
I want to release the quarantined mail right there. I Just want to add a link to release the quarantined mail. If u have a better way, You may suggest.
I just added below stuffs to the code. But It does NOT work.
<td><a href=/cgi-bin/release.pl>$id</a></td>
This release.pl works separately. But with the link I added, It does NOT work. Below is the way to release it.
#system("sudo /usr/bin/amavisd-release spam-KvefDigP-2QR.gz system("sudo /usr/bin/amavisd-release $id
I think this below code has a mistake somewhere. IF I can get it solved it's the easiest way. Anyway, If I click the link, It SHOULD ask an question "Are You sure to release it with YES and NO option?
<td><a href=/cgi-bin/release.pl>$id</a></td>
Your Ideas r welcome to solve it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: INSERT file contents inside a table
by poj (Abbot) on Jun 06, 2018 at 14:24 UTC | |
by theravadamonk (Scribe) on Jun 06, 2018 at 16:31 UTC | |
by poj (Abbot) on Jun 06, 2018 at 19:34 UTC | |
by theravadamonk (Scribe) on Jun 07, 2018 at 05:07 UTC | |
by poj (Abbot) on Jun 07, 2018 at 06:21 UTC | |
|