Lines 31-36
Link Here
|
31 |
|
31 |
|
32 |
if yesno "Do you wish to run sa-update to fetch new rules" "N";then |
32 |
if yesno "Do you wish to run sa-update to fetch new rules" "N";then |
33 |
${PKG_PREFIX}/bin/sa-update |
33 |
${PKG_PREFIX}/bin/sa-update |
|
|
34 |
if [ $? -eq 4 ];then |
35 |
# rc=4 means host not found, might be old mirrors. |
36 |
rm -rf /var/db/spamassassin/3*/updates_spamassassin_org/MIRRORED.BY |
37 |
${PKG_PREFIX}/bin/sa-update |
38 |
fi |
34 |
fi |
39 |
fi |
35 |
grep '^load.*Rule2XSBody' ${PKG_PREFIX}/etc/mail/spamassassin/v320.pre > /dev/null |
40 |
grep '^load.*Rule2XSBody' ${PKG_PREFIX}/etc/mail/spamassassin/v320.pre > /dev/null |
36 |
if [ $? -eq 0 ];then |
41 |
if [ $? -eq 0 ];then |