Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 92a0174314d632a4afce86cd5b2e6faa > files > 14

squirrelmail-1.4.22-15.2.mga6.noarch.rpm

<?php
/**
 * User-friendly interface to SIEVE server-side mail filtering.
 * Plugin for Squirrelmail 1.4+
 *
 * Licensed under the GNU GPL. For full terms see the file COPYING that came
 * with the Squirrelmail distribution.
 *
 * Configuration File for Rule #13: Custom Sieve Code
 *
 * @version $Id: rule.13.default.php 935 2008-07-04 10:25:39Z avel $
 * @author Alexandros Vellis <avel@users.sourceforge.net>
 * @copyright 2002-2007 Alexandros Vellis
 * @package plugins
 * @subpackage avelsieve
 */

/**
 * @var array Rule #13 (Custom Sieve Code)
 */
$avelsieve_rules_settings[13] = array(
);

?>