| 1 |
root |
1.1 |
|
| 2 |
|
|
oooo o8o .o8 .oooooo..o ooooooooo. oooooooooooo |
| 3 |
|
|
`888 `"' "888 d8P' `Y8 `888 `Y88. `888' `8 |
| 4 |
|
|
888 oooo 888oooo. Y88bo. 888 .d88' 888 |
| 5 |
|
|
888 `888 d88' `88b `"Y8888o. 888ooo88P' 888oooo8 |
| 6 |
|
|
888 888 888 888 `"Y88b 888 888 " |
| 7 |
|
|
888 888 888 888 oo .d8P 888 888 |
| 8 |
|
|
o888o o888o `Y8bod8P' 8""88888P' o888o o888o |
| 9 |
|
|
|
| 10 |
|
|
-------------------------------------------------------------------------------- |
| 11 |
|
|
An ANSI C Implementation of the Sender Policy Framework |
| 12 |
|
|
-------------------------------------------------------------------------------- |
| 13 |
|
|
|
| 14 |
|
|
/* |
| 15 |
|
|
* License: |
| 16 |
|
|
* |
| 17 |
|
|
* The libspf Software License, Version 1.0 |
| 18 |
|
|
* |
| 19 |
|
|
* Copyright (c) 2004 James Couzens & Sean Comeau All rights reserved. |
| 20 |
|
|
* |
| 21 |
|
|
* Redistribution and use in source and binary forms, with or without |
| 22 |
|
|
* modification, are permitted provided that the following conditions |
| 23 |
|
|
* are met: |
| 24 |
|
|
* |
| 25 |
|
|
* 1. Redistributions of source code must retain the above copyright |
| 26 |
|
|
* notice, this list of conditions and the following disclaimer. |
| 27 |
|
|
* |
| 28 |
|
|
* 2. Redistributions in binary form must reproduce the above copyright |
| 29 |
|
|
* notice, this list of conditions and the following disclaimer in |
| 30 |
|
|
* the documentation and/or other materials provided with the |
| 31 |
|
|
* distribution. |
| 32 |
|
|
* |
| 33 |
|
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
| 34 |
|
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 35 |
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 36 |
|
|
* DISCLAIMED. IN NO EVENT SHALL THE AUTHORS MAKING USE OF THIS LICENSE |
| 37 |
|
|
* OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 38 |
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 39 |
|
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
| 40 |
|
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 41 |
|
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 42 |
|
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 43 |
|
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 44 |
|
|
* SUCH DAMAGE. |
| 45 |
|
|
* |
| 46 |
|
|
*/ |
| 47 |
|
|
|
| 48 |
|
|
EOF |