Thread
:
-all in SPF option?
View Single Post
#
8
3rd December 2007, 23:09
tensor
Member
Join Date: Jul 2007
Posts: 51
Thanks: 11
Thanked 9 Times in 6 Posts
Currently there is a code to check for all_.
if($spfrecord['all_'] == 1){
$spf .= '~all';
} else {
$spf .= '?all';
}
Is it possible to add 2 to mean "-all" and 3 to mean "+all"?
tensor
View Public Profile
Send a private message to tensor
Find all posts by tensor