User Tools

Site Tools


reference:spamrules_statement_httpget

This is an old revision of the document!


Spam Filter Rules: HTTPGet

Statement HTTPGet
Version 2.3.7+
Purpose Enables the script to retrieve a web page

The HTTPGet statement requires a url, headers variable name and content variable name, in the format

HTTPGet <url> <headers variable name> <content variable name>
  • The first line of the headers variable will contain the HTTP result code, if present
  • If VPOP3 cannot connect to the web server or cannot resolve the name of the website, the headers may be empty
  • HTTPGet is only suitable for retrieving text web pages

Example

The following example will retrieve the webpage "http://www.pscs.co.uk", return the HTTP headers into the ${hdrs} variable and return the content into the ${content} variable

HTTPGet "http://www.pscs.co.uk" hdrs content
reference/spamrules_statement_httpget.1314187013.txt.gz · Last modified: 2018/11/14 10:44 (external edit)