~edb/quam-plures/cronjob_stuff

« back to all changes in this revision

Viewing changes to qp_plugins/basic_antispam_plugin/Net/DNS/RR/SPF.php

  • Committer: EdB
  • Date: 2011-03-08 04:39:47 UTC
  • mfrom: (7592.1.1 quam-plures)
  • Revision ID: 1912webworks@gmail.com-20110308043947-apiklf384cgnwb7s
new stuff in core now here - woohoo!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
*  License Information:
 
4
*
 
5
*  Net_DNS:  A resolver library for PHP
 
6
*  Copyright (c) 2002-2003 Eric Kilfoil eric@ypass.net
 
7
*  Maintainers:
 
8
*  Marco Kaiser <bate@php.net>
 
9
*  Florian Anderiasch <fa@php.net>
 
10
*  Mike Pultz <mike@mrhost.ca>
 
11
*
 
12
* PHP versions 4 and 5
 
13
*
 
14
* LICENSE: This source file is subject to version 3.01 of the PHP license
 
15
* that is available through the world-wide-web at the following URI:
 
16
* http://www.php.net/license/3_01.txt.  If you did not receive a copy of
 
17
* the PHP License and are unable to obtain it through the web, please
 
18
* send a note to license@php.net so we can mail you a copy immediately.
 
19
*/
 
20
 
 
21
/* Net_DNS_RR_SPF definition {{{ */
 
22
/**
 
23
 * A representation of a resource record of type <b>SPF</b>
 
24
 *
 
25
 * @package Net_DNS
 
26
 */
 
27
class Net_DNS_RR_SPF extends Net_DNS_RR_TXT
 
28
{
 
29
 
 
30
    //
 
31
    // There's no work to be done here, since the SPF RR is identical to the TXT RR- we
 
32
    // just extend the Net_DNS_RR_TXT record class and inherit everything.
 
33
    //
 
34
 
 
35
}
 
36
/* }}} */
 
37
/* VIM settings {{{
 
38
 * Local variables:
 
39
 * tab-width: 4
 
40
 * c-basic-offset: 4
 
41
 * soft-stop-width: 4
 
42
 * c indent on
 
43
 * End:
 
44
 * vim600: sw=4 ts=4 sts=4 cindent fdm=marker et
 
45
 * vim<600: sw=4 ts=4
 
46
 * }}} */
 
47
?>
 
 
b'\\ No newline at end of file'