=== modified file 'policyd-spf' --- policyd-spf 2010-02-17 06:52:46 +0000 +++ policyd-spf 2010-11-28 03:39:30 +0000 @@ -605,7 +605,7 @@ checkerReason = None checkerValue, checkerReason, instance_dict = spfcheck(data, instance_dict, configData, peruser) - if configData.get('defaultSeedOnly') == 0: + if configData.get('defaultSeedOnly') == 0 and checkerValue != 'prepend': checkerValue = None checkerReason = None